Answer:
ummmm try the inequality protragathron theorum
Explanation:
ok
Every program that interacts with people responds to a specific set of commands. The set of commands and the syntax for entering them is called the user interface and varies from one program to another. The DOS operating system makes a distinction between internal and external commands.
Answer:
boolean
Explanation:
while loops test to see if something is true or false to know when to continue the loop
24 percent so far so keep working at that goal
Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " X " + str(b) + " = " + str(answer))
Explanation:
Happy to help you mate