Hello World: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
No edit summary
imported>Paul Derry
No edit summary
Line 1: Line 1:
'''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.
'''Hello World''' is often one 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. These se


== See Also ==
== See Also ==

Revision as of 15:34, 12 March 2007

Hello World is often one 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. These se

See Also

99 Bottles of Beer.net