stmaggot2457 stmaggot2457 28-12-2023 Computers and Technology contestada var number = 5; var greater_than_zero = number > 0; if (greater_than_zero) if (number > 5) println(number); a) 5 b) undefined c) No output d) Error