Question: Question 28 Which method is called? p = processData(9.5, 2.3); a public static int processData (double num, int x){...}; O public static int processData (double

Question 28 Which method is called? p = processData(9.5, 2.3); a public static int processData (double num, int x){...}; O public static int processData (double num, double x){...}; O Neither method is called Both methods could be called, resulting in a compiler error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
