malkeetmultani malkeetmultani 09-01-2022 Computers and Technology contestada 9) What would the following statements print? x = 10 n = 19 print (x > 0 and x < 10) print (n % 2 ==0 or n % 3 ==0) print (n != x) print (n == x)