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 student.
Increasing or decreasing a counter in a game.
Converting units, like kilometers to miles.
Splitting a bill evenly among friends.