int z=148;
while (10>9)
{
if(x <139)
break;
System.out.println("computer" +z);
z=z-3;
}
How many times the loop will execute?
What is the output?
Answers
Answered by
6
Loop will execute once.
Output will be computer 148
Mark as brainliest if I could help you!
Output will be computer 148
Mark as brainliest if I could help you!
Similar questions