nickgarts nickgarts 22-10-2021 Computers and Technology contestada 9. Consider the following code: x = 5 % 4 if (x == 1): print (1) elif (x 2): print (2) elif (x == 3): print (3) else: print (4) What is output?