Computer Science, asked by angeles86, 1 year ago

this is program in computer of class 8 ​

Attachments:

Answers

Answered by Dipta516
3

hope this helps u....

this is the conversion to while loop.

int i=1;

while(i<=10);

System.out.println(i);

i=i+1;

Similar questions