Computer Science, asked by renteria12985, 8 months ago

x = int (input ("Enter a number: "))

if (x != 8):
  print ("A")

if (x >= 10):
  print ("B")

if (x < 10):
  print ("C")

if (x % 2 == 1):
  print ("D")
What is output if the user types in 9? Click all that apply.

Answers

Answered by suzanasathya22
0

Answer:

"A"," C"," D". option I feel is correct

Similar questions