Quiz: Do Some Math

Quiz yourself on arithmetic operators and calculations in C++.

We'll cover the following...

In the previous lesson, you learned how to use C++ for simple math, from adding and subtracting to multiplication, division, and modulo. You also saw how cout is used to display results.

Now, let’s do a quick check to make sure you’ve got those operations down.