Hello World: Difference between revisions
Jump to navigation
Jump to search
imported>Paul Derry No edit summary |
imported>ZachPruckowski No edit summary |
||
Line 1: | Line 1: | ||
'''Hello World''' is the first | '''Hello World''' is often on of the first programs that a [[programmer]] writes when learning a [[programming language]]. It introduces the programmer to the constructs that he/she will be dealing with in the particular language at hand, familiarizing him with [[variable (programming)|variables]] and output. Another such quintessential program, the '''99 Bottles of Beer''' program, prints the lyrics to the past-time song "99 Bottles of Beer on the Wall" from 99 to 0 and terminates. This program helps the beginning programmer learn loops or recursion. | ||
== See Also == | == See Also == | ||
Line 6: | Line 6: | ||
[[Category: CZ Live]] | [[Category: CZ Live]] | ||
[[Category:Computers Workgroup]] |
Revision as of 13:53, 12 March 2007
Hello World is often on of the first programs that a programmer writes when learning a programming language. It introduces the programmer to the constructs that he/she will be dealing with in the particular language at hand, familiarizing him with variables and output. Another such quintessential program, the 99 Bottles of Beer program, prints the lyrics to the past-time song "99 Bottles of Beer on the Wall" from 99 to 0 and terminates. This program helps the beginning programmer learn loops or recursion.