leron9182 leron9182 25-08-2022 Computers and Technology Answered The main method contains the statement double num = somemethod(12, 14);. what is the result after this statement is executed? public static int somemethod(double a, int b) { return (a b) / 4; }