becksss5724 becksss5724 10-01-2024 Computers and Technology contestada What is the output of the following lines? int x = 24; System.out.println("The total is " + x + x); 1) The total is 24 2) The total is 2424 3) The total is 48 4) The total is x + x