- Operators may be used in building ___, which compute values.
- Expressions are the core components of ___.
- Statements may be grouped into ___.
- The following code snippet is an example of a ___ expression.
1 * 2 * 3
- Statements are roughly equivalent to sentences in natural languages, but instead of ending with a period, a statement ends with a ___.
- A block is a group of zero or more statements between balanced ___ and can be used anywhere a single statement is allowed.
- Operators may be used in building expressions, which compute values.
- Expressions are the core components of statements.
- Statements may be grouped into blocks.
- The following code snippet is an example of a compound expression.
1 * 2 * 3
- Statements are roughly equivalent to sentences in natural languages, but instead of ending with a period, a statement ends with a semicolon.
- A block is a group of zero or more statements between balanced braces and can be used anywhere a single statement is allowed.
Walang komento:
Mag-post ng isang Komento