Computer Science, asked by arunmozhirg, 5 hours ago

Convert the snippet into for loop

while(i<=50)
{
float i= 5.0;
cout< i+=5;
}

Answers

Answered by JASANSWERS
0

Answer:

(i=5;i<=50;i+5)

Explanation:

Similar questions