Answer:
Explanation:
The following code is written in Python. It is a function called guessMyNumber and like requested creates a random number and saves it to secretNumber. Then it continuously asks the user for their guess and compares it to the secret number. If the guess is correct it exits the loop otherwise it will continue to ask for a new guess.
import random
def guessMyNumber():
secretNumber = random.randint(1, 10)
print(secretNumber)
while True:
guess = input("Enter your guess: ")
guess = int(guess)
if (guess == secretNumber):
print("Congratulations you guessed correctly")
Answer: I'm suprised Southbridge isn't one of the options but I'd pick Northbridge out of these options.
Answer:
You can have a fundraiser or ask someone to cough up some money!
Explanation:
Whats the issue or you need help??
Answer:
C. Extracurricular activities
Explanation:
Vocational school focuses more on specific job knowledge and doesn't offer any extracurricular activities like a college would