shekinahconnoll6161 shekinahconnoll6161 22-02-2024 Computers and Technology contestada How many times will "Hi" be output by the following code segment? z = 0 while z < 7: print("Hi") z = z + 2