Computer Science, asked by mathhelp1852, 6 months ago

Convert do while loop to for loop int i=1

Answers

Answered by ii4263422
1

Answer:

Int I = 1; Int D = 5; Do { D=D*2; System. Out. Println(D); I+ + ; } While (I< =5); - Computer Applications.

Similar questions