Introduction
Arithmetic operators help you do math with numbers in your program. They let you add, subtract, multiply, and divide values easily.
Calculating the total price of items in a shopping cart.
Finding the average score of a game or test.
Updating a counter when something happens multiple times.
Converting units, like inches to centimeters.
Splitting a bill evenly among friends.