- 6 The Following While Loop Terminates Only When Nnum 5 Nnum 0 While Nnum 5 Nnum O True O False 1 (27.2 KiB) Viewed 37 times
6. The following while loop terminates ONLY when nNum > 5. nNum = 0 while (nNum < 5) { nNum ++; } O True O False
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
6. The following while loop terminates ONLY when nNum > 5. nNum = 0 while (nNum < 5) { nNum ++; } O True O False
6. The following while loop terminates ONLY when nNum > 5. nNum = 0 while (nNum < 5) { nNum ++; } O True O False