nashgre1160 nashgre1160 04-03-2024 Computers and Technology contestada What will this method call print to the screen? public static void someMethod(int a, String b, int c) { System.out.println(b + + a + , + c); } someMethod(9,Mar, 1250)a) Mar 9, 1250b) Mar 1250, 9c) 9 Mar, 1250d) 9, Mar 1250