Computer Science, asked by najmulsehr96, 2 months ago

How many times following loop will execute. Convert the given while loop to the equivalent do while loop and also write the output.
i=5;
s=0;
while (i<25)
{
s+=i;
i+=5;
}
document.write("sum=" + s);​

Answers

Answered by adarshtiwari48605
1

Answer:

ples send me it's logic

Explanation:

plssend me it,s logic

Answered by gfdfffd
0

Answer:

vcccx the question is wrong and the question is not possible!

Similar questions