Syntax
The semi-colon.
Which symbol separates two instructions?
==, >, <, !=.
Which symbols are used to compare variables?
Which word initializing an object?
If
What is the name of the basic conditional statement?
Double
Which type designates a decimal number?
else
What is the key-word that can follow an "if" statement ?
True or false (1 or 0)
What are the two values that boolean variables can take?
Hello world
What is the first program you might encounter ?
Void
Which key-word means that the function returns nothing?
Infinite loops
What is the first huge issue you will face in the 1st
lab?