2 it will either land on heads or tails if you flip it once, hence 2 possible outcomes.
Answer:

<u>Answer</u><u>:</u><u> </u><u>B</u>
Answer:
-3
Step-by-step explanation:
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end
Answer:
10
Step-by-step explanation:
k