Computer Science, asked by rajeshwaribabele, 2 months ago

Int i =1;
while(i<20)
If(i++%2==0)
Sopln(i);​

Answers

Answered by zipathan939
0

Answer:

What is your question?

Answered by ACBaouZakeruga
1

Answer:

3

5

7

9

11

13

15

17

19

(if it is System.out.println or else it will give an error )

Similar questions