Computer Science, asked by shriyans02, 6 months ago

Rewrite the following loop using do while loop

for(int a=1;a<=10 ; a++)

{ System.out.println(a*a); }​

Answers

Answered by vijaymamta389
0

Answer:

I can't understand

Similar questions