Branci5300 Branci5300 14-09-2022 Computers and Technology contestada What is the printout of the following code: double x = 10.1; int y = (int)x; system.out.println("x is " + x + " and y is " + y); group of answer choices