a) Infinite
b) 9
c) 0
d) 4
Number of times the loop will run. for(digit = 0;digit < 9; digit++) { digit = digit *2; digit--; }
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Number of times the loop will run. for(digit = 0;digit < 9; digit++) { digit = digit *2; digit--; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!