Rewrite the following code using for loop. [2]
int a=5;
while(a>0)
{
b=b+a;
a++;
}
Answers
Answered by
0
Answer:
1 is the
Explanation:
I hope helps you
Similar questions
Math,
2 months ago
English,
6 months ago
Social Sciences,
6 months ago
Social Sciences,
11 months ago