3 because the middle of 2 and 4 is three so three is the midpoint
Answer:
g
Step-by-step explanation:
The answer is C) $1104.49
In pseudocode
num2guess = random(1,100)
pnum = 0
while (pnum != num2guess) {
pnum = ask_player("What number I'm thinking?")
if (pnum > num2guess) {
print("Too high.")
} else if (pnum < num2guess) {
print("Too low.")
}
}
print("Good job!")
Answer:
look it up on google if you havent tried already. also it doesn't hurt to ask for help from someone you know.
Step-by-step explanation: