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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!