Difference between revisions of "Glossary"

From CompSciWiki
Jump to: navigation, search
(- C -)
Line 2: Line 2:
 
====- C -====
 
====- C -====
 
'''Control Statement''' - A statement that returns a boolean value usually used to denote conditions for an if statement or the end case of a loop.
 
'''Control Statement''' - A statement that returns a boolean value usually used to denote conditions for an if statement or the end case of a loop.
 +
====- U -====
 +
'''User''' - The person who is giving input to and interpreting output from your program.

Revision as of 00:53, 1 March 2007

Glossary

- C -

Control Statement - A statement that returns a boolean value usually used to denote conditions for an if statement or the end case of a loop.

- U -

User - The person who is giving input to and interpreting output from your program.