import java.io.*; public class HasherTemp { public static void main(String[] args) { int i = 75; Integer top, bottom; /* all */ int z1 = 1; /* int z2 = 2; int z3 = 3; int z4 = 4; */ int z5 = 5; /* int z6 = 6;*/ String ans = "All string literals, such as this, are ignored."; char x = 'x'; for (int j = 0; j < i; j++) System.out.println (i + " " + j); } // method main } // class HasherTemp