| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Insert the missing part to call  
static void myMethod() {
  System.out.println("I just got executed!");
}
public static void main(String[] args) {
  @(10);
  @(10);
}
 
static void myMethod() {
  System.out.println("I just got executed!");
}
public static void main(String[] args) {
  myMethod();
  myMethod();
}
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?