QZ01: Ch 2 Syntax

STEPS:

Read Chapter 2 in our textbook. Look at how each of the following pieces of code can be used. You will be quizzed on the meaning of each of these pieces of code

// comment
/* */ multiline comment
; statement terminator
, comma
print() displays data in the console while the program is running
println() displays data in the console while the program is running, AND creates a new line of text for each call to the function

parentheses brackets braces

The quiz will be fill-in-the blank like this.