echo statement

Does anyone know the correct syntax for computing arithmetic expressions inside the echo statement? Let me know, thanks

you could store the results of the expression in a variable.

echo doesn't know math. You want "expr".

figured it out...thanks for the help