Answer:
I was actually just looking to help with someone's schoolwork. . .
Explanation:
It is actually podcast! i took the quiz as well :)
Answer:
I have no clue. I wish I could help though.
Explanation:
Sorry
BIOS instructs the computer on how to preform basic functions such as booting and keyboard control. It is also used to identify and configure the hardware in a computer
a = int(input("Class A tickets sold: "))
b = int(input("Class B tickets sold: "))
c = int(input("Class C tickets sold: "))
print("Total income generated: $"+str((a*20)+(b*15)+(c*10)))
I hope this helps!