Computer Science, asked by gopibabybabu, 1 year ago

rewrite the following code using for loop:
int x=1;
start:
cout << x * 5;
x =x * 5;
if ( x <=50) goto start;

Answers

Answered by mutalikdesaitanmay
2

Answer:

I love c and c++ and even pyrhon

Explanation:

u might get your answer for the above question on the docs

Similar questions