leharmon2324 leharmon2324 08-02-2024 Computers and Technology contestada Consider the following code segmentint count = 5;while (count < 100){count = count 2;}count = count +1;What will be the value of count as a result of executing the code segment? A. 100 B. 101 C. 160 D. 161 E. 321