| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Add a  
static void myMethod(@(6) @(5)) {
  System.out.println(@(5) + " Doe");
}
public static void main(String[] args) {
  myMethod("John");
}
 
static void myMethod(String fname) {
  System.out.println(fname + " Doe");
}
public static void main(String[] args) {
  myMethod("John");
}
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?