
Donald W. answered 03/28/22
Senior Software Engineer with over 25 years of industry experience
A. int num = getNum(1.2, 2.3);
B. printMe("Hello", 5);
C. double[] nums = getArray(10);
D. char c = someChar('z');
Kiara L.
asked 03/28/22public static int getNum(double x, double y)
b. public static void printMe(String s, int num)
c. public static double[ ] getArray(int amount)
d. public static char someChar(char c)
Donald W. answered 03/28/22
Senior Software Engineer with over 25 years of industry experience
A. int num = getNum(1.2, 2.3);
B. printMe("Hello", 5);
C. double[] nums = getArray(10);
D. char c = someChar('z');
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.