Answer:
The answers are: Letter B, Java cannot use a method's return type to tell two overloaded methods apart, and public static void mystery (int a, double b) { System.out.println
Step-by-step explanation:
- public static void mystery (int x) { System.out.println("B");
- Java cannot use a method's return type to tell two overloaded methods apart.
- public static void mystery (int a, double b) { System.out.println