6. The following while loop terminates ONLY when nNum > 5. nNum = 0 while (nNum < 5) { nNum ++; } O True O False
Posted: Tue Jul 12, 2022 8:07 am
6. The following while loop terminates ONLY when nNum > 5. nNum = 0 while (nNum < 5) { nNum ++; } O True O False