Difference between revisions of "User:YulinT"

From CompSciWiki
Jump to: navigation, search
(Hello world!)
Line 8: Line 8:
  
 
|Solution=The solution is in three steps:
 
|Solution=The solution is in three steps:
 +
}

Revision as of 12:01, 29 March 2012

{{1010PrAD

|ProblemName=Hello World

|Problem=The Hello World problem has been around almost as long as modern programming has. Traditionally, when trying a new programming language or technology, developers and students like to make their new medium say hello. Because of this, the Hello World problem will be your first Java application.

When executed, this application will display a message box saying "Hello World!".

|Solution=The solution is in three steps: }