Yass! We perform basic arithmetic operations with +, -, *, and /. Notice how println() can directly display the result of operations?
+
-
*
/
println()
Yikes! Maybe we need to use the / operator?