+, -, *,
/, and %, which takes two integers and returns
the remainder of the first when divided by the second.
ints) it returns a number of that type.
When the numbers are of different types, the operator returns a number
of the type with greater precision.
For example, adding an int and a double yields a double
(the int is converted to a double before the addition is performed).
Math method random()
that returns a double between 0.0 and 1.0. This method returns
a random integer between 0 and maximum - 1.