Write a program in java whereas no is even or odd and print only third even no.from 1 to 20 counting of number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

10th Jul 2019, 7:50 PM
DOLAT RATHORE
DOLAT RATHORE - avatar
4 Answers
+ 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.
10th Jul 2019, 8:17 PM
Tashi N
Tashi N - avatar
+ 1
I think this post could be helpful: https://www.sololearn.com/discuss/1880969/?ref=app
10th Jul 2019, 9:10 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
Finally got the logic Tashi N
11th Jul 2019, 5:36 AM
DOLAT RATHORE
DOLAT RATHORE - avatar
0
Tashi N For(int i=1;i<=20;i++) If(i%2==0&&i%3==0)
11th Jul 2019, 5:35 AM
DOLAT RATHORE
DOLAT RATHORE - avatar