Variables are used to..
Format code
Store information
Strings are how we store..
Numbers or equations
One or more words
The programmer given name of the variable is referred to as a
Code
Identifier
Programmer
True or False: The first symbol of the identifier must be a standard letter, dollars sign “$”, or underscore symbol “_”.
True
False
______ words are words that are already in use/reserved by the Java Language
Occupied
Quiet
Reserved
What symbol is used to end a line of code in Java?
\ Backslash
; Semicolon
. Period
int is used for ______ and double is used for _______
Decimal numbers, integers
Integers, decimal numbers
What punctuation do we use to declare a char?
\ Backslash
“” Quotation marks
‘ ‘ Apostrophes
Leave a Reply