In brief, a Java program starts with a main() method. Soon, we'll take a close look at main(); for now, it suffices to know that this is the place for your code.

Perfect! While these words and symbols might look strange in the beginning, we'll get the hang of them in no time!

Are you sure that this is the right place for the print() method?