///Name: Joshua Davis ///Period: 5/6/7 ///Project Name: HelloWorld ///File Name: HelloWorld.java ///Date: 8/18/2015 class HelloWorld { public static void main(String[] args) { //prints out "Hello World" to the console System.out.println("Hello World!!"); } }
Remove the below before you post on your own website.
Remember to recieve a grade for a program it must have....