 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Chapter 3 - Computer Science
Entering, Compiling, and Running a Program
|
A | B |
comments | Remarks that are ignored by the compiler. |
compiler directives | Commands for the compiler which are needed to compile and run your program. |
main function | Where every C++ program begins. |
braces | Special characters used to mark the beginning and ending of blocks of code. |
statement | Line of C++ code ending with a semicolon. |
uppercase | Capital letters. |
lowercase | Small letters. |
case sensitive | Interprets uppercase and lowercase letters differently. |
|
| |