Do Some Math
Use +, -, *, /, % to do basic math in C++.
We'll cover the following...
We'll cover the following...
In this lesson, you’ll use C++ as a calculator. You’ll write simple math operations, see the results instantly, and learn how to combine numbers in code.