0
int m= 10; int n = 7; while (m%n >0){ System.out.println(m +""+n); m++; n+=2; }
Output
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.
0
107
119
1211
0
I want exact answer
0
Put it in a script on playground, run it and check out what happens.