Computer Science, asked by dhruvmishra1299, 5 months ago

Question 3. Rewrite the following code using for loop. [2]

int a=5;

while(a>0)

{

b=b+a;

a++;

}​

Answers

Answered by aj25809876
0

Answer:

pool I sthe correct answer

Similar questions