Answer:
user_num >= 1
while true do
print "user_num/2"
Step-by-step explanation:
First, you write that the user_num is equal to or is greater than 1. Then you write in the while loop that while that's true, print user_num divided by two.
1.6m questions
2.0m answers