We create a start method, because we don’t want to work in the main method. That is because it can get messy, if you start in the main method.
INSIDE THE MAIN METHOD
Shorter:
Place
You have to place ALL methods inside the JAVA CLASS!
Therefore, besides the main method also the start method:
Or if you have more methods, all have to be in the class: