Question: Java Programming: int x=1; while(x
Java Programming:
int x=1;
while(x <= 5) {
x++;
System.out.print(x);
}
What is output 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
