Introduction
Arithmetic operators help you do math with numbers in your program. They let you add, subtract, multiply, and divide easily.
Calculating the total cost of items in a shopping cart.
Finding the average score of a test.
Converting temperatures between Celsius and Fahrenheit.
Calculating the area or perimeter of shapes.
Updating a counter or timer in a program.