Steve Aggor
2013-02-15 05:08:52 UTC
1. The equal sign ( = ) in Java is a command for assignment.
a. True
b. False
2. In Java, everything on the right side of an equal sign ( = ) is evaluated, or completed, first before assigning the value to the variable on the left side of the equal sign.
a. True
b. False
3. Each variable in Java must must be declared and initialized.
a. True
b. False
4. Write the Java import statement necessary to gain access to the Scanner class.
5. In Java there is a BIG difference between the single equal sign ("=") and the double ("==").
a. True
b. False