ashleysoto4446 ashleysoto4446 24-08-2022 Computers and Technology Answered For the double variables x and y, if x = 2.5 and y = 4.0, what is the value of z after this statement is executed? int z = (int) x (int) y; select one: a. 6 b. 6.0 c. 6.5 d. 7