Java method that lets us print out a line of output to the user
Java method that lets us print output to the user, without ending the line printed.
The modulus operator (written as % in most programming languages) divides two numbers and returns the remainder.
When two integers are divided, the decimal values are truncated, or chopped off.
Escape sequences are characters with special meanings.
A combination of numbers, operators, and sometimes variables that computes a value.
To trim some digits of a float or double-type number or some characters of a string from the right.