Gimagg7053 Gimagg7053 03-01-2024 Computers and Technology contestada what is printed to the screen after the following code runs? int x = 21; if (x <= 21){ .println(1); } else if (x == 21){ .println(2); } else{ .println(3); }