Percentage change = ((new value – old value) / old value) × 100
If the result is positive: percentage increase
If the result is negative: percentage decrease
Example formula: ((V₂ – V₁) / V₁) × 100
Use old value (V₁) as the denominator
Handle old value = 0 as an undefined/invalid percentage change
