I can:
evaluate arithmetic expressions in a program code
use the modulus operator (%)
import and initialize a new Scanner to take in user input
create variables that take the assigned value of the user input.
choose the correct command that will allow the program to receive the input value that corresponds with its desired data type
evaluate what is stored in a variable as a result of an expression with an assignment statement
use a compound assignment operators (+=, −=, *=, /=, %=) in place of the assignment operator
use an increment operator (++) or decrement operator (−−) to add 1 or subtract 1 from the stored value of a variable