Question: int a = 7; int b = 0; while (a = 1; b -= 5) { System.out.print(b + ); } System.out.println(); a += 4;

int a = 7; int b = 0; while (a = 1; b -= 5) { System.out.print(b + " "); } System.out.println(); a += 4; } System.out.println ("a=" + a + " b=" + b); What is displayed by the code above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
