Computer Science, asked by alishaalisha598, 9 months ago

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 adareddygami27
0

Answer:

I hope that question is in correct

Similar questions