Could you help why my code Does not work? public class Solution { public static void main(String[] args) throws Exception { Scanner sc1 = new Scanner(System.in); int z; int x = sc1.nextInt(); int y = sc1.nextInt(); int w = x*y; for (z = 1; z<=2; z++) { for (z = 1; z<=4; z++) System.out.print(w); { System.out.println(); } } } }