1.

Pick the correct one to execute the given statement successfully.if_: print (x, ” is a leap year”)(a) x % 2 = 0(b) x % 4 = = 0(c) x / 4 = 0(d) x % 4 = 0

Answer»

(b) x % 4 = = 0



Discussion

No Comment Found