lottie989 lottie989 15-04-2024 Computers and Technology contestada Consider the following code segment.double x = 4.5;int y = (int) x * 2;What is printed as a result of executing the code segment?