Return to site

Program editor for mac

broken image
broken image

The indentations are not necessary for the functionality of your program, but they are recommended to make you code more readable.

broken image

Your program should look similar to the program in the image above. This step concludes the coding portion of the tutorial. Place a semi-colon at the end of your instruction to show that the instruction on that line of code has ended. Inside the braces of the main function in the HelloWorld class, write the instructionīe sure the words that you want the program to print to your console are placed inside quotation marks. Will print the parameter of the instruction to the computer console. For this program, you want the computer to print the words 'Hello World!' to your console. The instructions inside the brackets of the main function will tell your computer what to do when it executes the program.

broken image

The final step in writing your code is to define the main function in you HelloWorld class.