...

/

Do Some Math

Do Some Math

Use +, -, *, /, % to do basic math in C++.

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.

Goal

...