// Page 093 class Prog_7_4m { public static void main(String[] args) { outLine(10); // Method Call } private static void outLine (int n) // Method Definition { for(int i=0; i