Question 1
For questions 1-3, consider the following code:
* = int (input ("Enter a number: "))
if (x != 8):
print ("A")
if (x > 10):
print ("8")
if (x < 10):
print ("C")
if (x % 2 = 1):
print ("0")
What is output if the user types in 9? Click all that apply.
D C B A