int m= 10; int n = 7; while (m%n >0){ System.out.println(m +""+n); m++; n+=2; } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

int m= 10; int n = 7; while (m%n >0){ System.out.println(m +""+n); m++; n+=2; }

Output

8th Sep 2021, 6:59 AM
Asmit Choudhary
Asmit Choudhary - avatar
4 Answers
+ 2
This is the Q&A section. You can ask programming related questions. What is your question? Also, do not paste codes in the header or the description – save your code on SoloLearn playground and share the link.
8th Sep 2021, 7:03 AM
Lisa
Lisa - avatar
0
107 119 1211
8th Sep 2021, 7:03 AM
Saurabh
Saurabh - avatar
0
I want exact answer
8th Sep 2021, 7:07 AM
Asmit Choudhary
Asmit Choudhary - avatar
0
Put it in a script on playground, run it and check out what happens.
8th Sep 2021, 7:08 AM
Lisa
Lisa - avatar