How many times the loop
will be executed:
int B = 100;
while (B >=10)
{
// statements
B/=10;
}
Answers
Answered by
1
Answer:
10 loop will be executed
Similar questions
Social Sciences,
3 months ago
Social Sciences,
3 months ago
Hindi,
3 months ago
Math,
7 months ago
History,
1 year ago
Hindi,
1 year ago