Dancing Java

Report a typo

The syntax of any program is like a dance:

    after taking a few steps forward,

you need to go back.

The steps below are all mixed up! Fix the "dance-flow" by reordering code lines.

Put the items in the correct order
       System.out.println("Oh wanna dance with somebody!");
public class Main {
   }
}
   public static void main(String[] args) {
___

Create a free account to access the full topic