Course Content
Introduction to C++
Introduction to C++
Challenge: Math Basics
Math operators needed for the next task
Operator | Description |
- | Subtracts one value from another |
* | Multiplies two values |
/ | Divides one value by another |
Task
Fill in the gaps with the corresponding math operators to receive correct sentences.
Use compound assignment operators.
Everything was clear?
Section 3. Chapter 6