In general, I hope we can keep the discussion focused on functionality and avoid prolonged discussions about cosmetic symbol choices for edge-case operators (aka bike-shedding). Some of the syntactic ...
You use these types of operators: - Arithmetic - Assignment - Comparison - Logical Arithmetic operators work on numbers. Numbers in these operations are operands.
Arithmetic operators do math. - + adds values - - subtracts values - * multiplies values - / divides values - % finds the remainder - ** calculates power - ++ increases a value by one - -- decreases a ...