Fill in the blanks to break the loop when number becomes 2-
int num = 5;
while(num>0)
{
_(num==____)____;
printf("%d\n",num);
num--;
}
Answers
Answered by
0
Answer:
I hope that question is in correct
Similar questions