QUESTION 5 2 Consider the following code snippet int value = -999; int count = 2: while (value ! - 25 value ! - 70) cin>
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 5 2 Consider the following code snippet int value = -999; int count = 2: while (value ! - 25 value ! - 70) cin>
QUESTION 5 2 Consider the following code snippet int value = -999; int count = 2: while (value ! - 25 value ! - 70) cin>> value (count 10) break: count++ 1 Assume the user enters the following input sequence, how many times will this loop run 93, 71, 5, 19, 24, 25, 50, 70, 88, 45, -999 O a.9 O b.8 O c. Infinite O d. 10 Oe. 6