Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
Number of times the loop will run. for(digit = 0;digit < 9; digit++) { digit = digit *2; digit--; }
https://answerhappy.com/viewtopic.php?t=751127
Page
1
of
1
Number of times the loop will run. for(digit = 0;digit < 9; digit++) { digit = digit *2; digit--; }
Posted:
Thu Jul 14, 2022 9:11 am
by
answerhappygod
a) Infinite
b) 9
c) 0
d) 4