Computer Science, asked by bsingh1806, 1 year ago

int m=100 ; while(m>0) {if(m<10) break; m=m-10; } system.out.print("m is"+m);

Answers

Answered by sahilsaha7776
2
I think m should be 10.
Similar questions