Computer Science, asked by amanpreet171717, 9 months ago

write the output int p=180;
while(true)
if(p<60)
break;
p=p-20;
System.out.println(p);​

Answers

Answered by amannishad0512p5zxh6
1

Output is p=40.

Mark me brainlest

Answered by vipinsharma89236
0

Explanation:

output is p = 40

thank-you

Similar questions