Give the type and value of each result of the following Java expressions.
a. (5 / 2) * 2.0
b. (5/2.0) * 2
c. "1.3" + "5.2"
d. 1 + 7.0 + "2" + "x"