Computer Science, asked by anshikarastogi, 4 months ago

Q2. Rewrite the following using do while loop:
int d=10, e=20, i;
for(i=d;i<=e; i++)
{
If(i%2==0)
System.out.println(i);
}​

Answers

Answered by DaSlayerZ
1

Answer:

10

12

14

16

18

20

mark as brainliest

Similar questions