import java.util.Locale; import java.util.Scanner; public class mortgage { public static void main(String[] args) { Scanner sc = new Scanner(System.in); sc.useLocale(Locale.US); int x = sc.nextInt(); int y = sc.nextInt(); int n = sc.nextInt(); double r = sc.nextDouble(); boolean[] vysledky = new boolean[8]; int j=0; while(x!=0 && y!=0 && n!=0 && r!=0){ for(int i=0;i