0
int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n);
2 Answers
+ 1
Ajit Patel please don't advertise your code here, If you have question we would help you
and if it is question it is unclear clarify it
0
https://www.sololearn.com/discuss/1316935/?ref=app
Follow this for get accurate help..
https://www.sololearn.com/discuss/333866/?ref=app