deannapahlka deannapahlka 22-04-2024 Computers and Technology contestada What does the following code display? int a = 2; double b = 1; System.out.println(b/a); Select one OA. O B. 1 O c. 0.5 OD. 1.5 O E. nothing, this is an error