Computer Science, asked by shivaswamy6, 11 months ago

int x=15;
while(x>=0)
X--;
System.out.println(x);
if(x==10)
break;​

Answers

Answered by shubham9258
1

Answer:

error is excute break outside switch or loop

Similar questions