public class KontoTest { public static void main (String args[]) { int a = 12456; double b = 5; Konto k1 = new Konto(a,b); } }