The answer is B. And Incase you were wondering D. Is hardware
Answer:
Flash.
Explanation:
If a computer software could make sonic run even close to the speeds of flash, the software would not be able to handle it.
-Mr. Willams
It had a huge impact people could use other things than bows and arrows to fight in wars.
Answer:
x = int(input("What grade are you in? "))
if(x == 9):
print("Freshman")
elif(x == 10):
print("Sophomore")
elif(x == 11):
print("Junior")
elif(x == 12):
print("Senior")
else:
print("Not in High School")
Explanation: