How many times the below loop will get executed (assume there are no syntax and compile errors)? for (int i=10;i>=0;i− )
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How many times the below loop will get executed (assume there are no syntax and compile errors)? for (int i=10;i>=0;i− )
How many times the below loop will get executed (assume there are no syntax and compile errors)? for (int i=10;i>=0;i− ) \{\} Never 11 times 10 times 9 times
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!