Assigned:
Thursday, August 20
Due: Friday, August 28, 11:55 PM
Description
This assignment is to ensure you can build and run your own Java program. You are responsible for doing the following:
· Download Java and Eclipse as detailed here.
· Create a Java Project in Eclipse named Program0.
· Create a class in your project named HelloWorld.
o This should also create the file HelloWorld.java.
· Create a main method in your HelloWorld.java file.
· Have the main method print the phrase “Hello World” (no quotes). Do not include any punctuation.
Run your program to test that it works. Don't forget to change the
header at the top of the program to write your name and any other information
about the program.
Grading
How to submit
the assignment