June 2017
Beginner
1296 pages
69h 23m
English
sequence, selection, iteration.
if…else.
counter-controlled (or definite).
sentinel, signal, flag or dummy.
sequence.
0 (zero).
prefixed.
8 [Note: You might expect a compilation error on the assignment statement. The Java Language Specification says that compound assignment operators perform an implicit cast on the right-hand expression’s value to match the type of the variable on the operator’s left side. So the calculated value 5 + 3.3 = 8.3 is actually cast to the int value 8.].
True.
False. A set of statements contained within a pair of braces ({ and }) is called a block.
False. An iteration statement specifies that an action is to be repeated while some condition remains true.
Read now
Unlock full access