Project 1: Hello, world!

Post date: Aug 15, 2010 4:57:49 AM

Hello, world! Edit, compile, debug, and deliver a minimalist program with console output.

As explained in class, enter the source code of HelloWorld.java based on the screen shot on the activities page. Use Notepad++ for this. Make sure the code compiles (F11) and runs (F12). Now make a change to the program so that something else is displayed. You can be creative here. Ensure that the code still compiles and runs when you are finished.

Turn in a single Java file (e.g., HelloWorld.java) attached to an email message. The file should not be zipped. Do not copy the source code into the body of the message.

The project will be graded on whether it compiled, was modified, and arrived attached.