Code can do math for us! It uses arithmetic operators, which mainly look like +, -, * and /.

How about we try and multiply these two variables?

Sweet! Remember when we talked about the print and puts methods displaying different data types? This is a great example of that. They display text and numbers.

That's a calculation, but it isn't a multiplication, is it?