rainbowsadie9776 rainbowsadie9776 07-12-2022 Computers and Technology contestada Consider the following code segment. Int 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?