- 5
Write a program in java whereas no is even or odd and print only third even no.from 1 to 20 counting of number
If u solve than contact my whatsapl=9131371966
4 Réponses
+ 3
Please show your attempts to receive helpful answers. You'll see that the community is more than willing to help whenever it can...
Also, I hope you are aware of the fact that posting personal information on a public forum is not a good idea.
+ 1
I think this post could be helpful:
https://www.sololearn.com/discuss/1880969/?ref=app
+ 1
Finally got the logic Tashi N
0
Tashi N
For(int i=1;i<=20;i++)
If(i%2==0&&i%3==0)