Rainbowsadie9776go Rainbowsadie9776go Computers and Technology Answered 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?