How can a Bash arithmetic function accept two operands and provide a result for command substitution?
Ignore parameters and modify only a global variable.
Use the return status to carry arbitrary calculation text.
Use $1 and $2 as operands and echo the calculated value.
$1
$2
Prompt for both numbers again inside every function.