Which of these statements includes an explicit type conversion operation?
a. x = int(z + 0.5);
b. q = sqrt(m – n) / z;
c. double z = 2e5;
d. const int MAX = 450;
a. x = int(z + 0.5);
Computer Science & Information Technology
a. x = int(z + 0.5);
b. q = sqrt(m – n) / z;
c. double z = 2e5;
d. const int MAX = 450;
a. x = int(z + 0.5);