int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n);

7th Oct 2020, 5:39 PM
Ajit Patel
Ajit Patel - avatar
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
7th Oct 2020, 5:48 PM
Ananiya Jemberu
Ananiya Jemberu - avatar
7th Oct 2020, 6:25 PM
Jayakrishna 🇮🇳