Question: public class JavaApplication71 { /** * @param args the command line arguments */ public static void main(String[] args) { for (int line =1;line
public class JavaApplication71 {
/** * @param args the command line arguments */ public static void main(String[] args) { for (int line =1;line<=5;line++){ for (int j =1;j<=(-1*line+5);j++){ System.out.print("."); } for (int k =1;k<=line;k++){ System.out.print(line); System.out.println();
}
} } }
i need to write the trace of this java code ( line , j , k ) and write the answer in a schedule
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
