wrwrr6401 wrwrr6401 23-01-2024 Computers and Technology contestada Predict the output for the following java code:class Incre { public static void main(String argv[ ]) { int g = 3; System.out.println(g * 8); }}a) 25b) 24c) 32d) 33