tatielder4760 tatielder4760 16-02-2024 Computers and Technology contestada What is the output of the following code snippet? int num = 15; if (num > 10) { System.out.println("greater than 10"); } else { System.out.println("less than or equal to 10"); }