



“Create a Hello World application that displays the mesage Hello Yourname” then post everything!
Quoting Professor Brooke Estabrook-Fishinghawk






More Options ...

Categories
Tag Cloud
Blog RSS
Comments RSS
Void (Default)
Life
Earth
Wind
Water
Fire
Lightweight
5:38 pm - April 5th, 2009
Originally posted: 26 Feb 09 11:30 PM MST
Here it is:::
Hello, right after I installed my version of eclipse, I also did my hello me application within the same screen shot. Here’s the source code I used:
/**
* @author RyanJB, Ryan Bridglal,
* http://www.RyanJB.com
*University of Advancing Technology
*CSC203-D09FEB05
*Professor Estabrook-Fishinghawk
*02-25-09
*/
public class MyTestApplication {
public static void main(String[] args) {
System.out.println(”Ryan says, Hello W0RLD!”);
}
}
Here’s my screen shot:
5:40 pm - April 5th, 2009