We can also use arithmetic operators with variables. To display the contents of a variable, we just need to write it out in the prompt.

Can you add the two variables?

Wahey! We can perform basic arithmetic operations with +, -, *, and /. We printed out the sum by simply typing in result.

Almost! We can perform all of these basic arithmetic operations, but we only want to add two variables right now.