Lexysmith9217 Lexysmith9217 21-10-2020 Computers and Technology contestada What is the output, if userVal is 5? int x; x = 100; if (userVal != 0) { int tmpVal; tmpVal = x / userVal; System.out.print(tmpVal); }