Quiz: Do Some Math
Review and practice fundamental arithmetic operations in C++ including addition, subtraction, multiplication, division, and modulo. This lesson helps you assess your understanding and prepares you to apply multiple math operations in a single C++ program.
We'll cover the following...
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 ...