Question 3. Rewrite the following code using for loop. [2]
int a=5;
while(a>0)
{
b=b+a;
a++;
}
Answers
Answered by
0
Answer:
pool I sthe correct answer
Similar questions