What value does the real variable A take in the following statements when I = 5, J = 4 and K = 3 (I, J and K are INTEGER)? A = I*J + 1/K A = I/J + 1/K A = J/I + 1/K Answers: 20.0, 1.0 and 0.0.