Introduction
Arithmetic expansion lets you do math calculations inside your script easily.
When you want to add, subtract, multiply, or divide numbers in a script.
When you need to update a counter or index in a loop.
When you want to calculate values based on user input or variables.
When you want to perform simple math without calling external programs.