this is program in computer of class 8
Attachments:
Answers
Answered by
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