- How Many Times Will The Body Of The Following While Loop Be Executed Int X 11 While X 110 X 10 O Zero T 1 (34.39 KiB) Viewed 29 times
How many times will the body of the following while loop be executed? int x = 11; while (x < 110) { x * = 10; } O zero t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
How many times will the body of the following while loop be executed? int x = 11; while (x < 110) { x * = 10; } O zero t
How many times will the body of the following while loop be executed? int x = 11; while (x < 110) { x * = 10; } O zero times O once O three times O nine times O twice