Expressions and Assignment Statements

The (%) operator of C is exactly like the (rem) of Ada, it takes two integer operands and yield the reminder of 1st divided by 2nd. The Ada (mod) operator is identical to (rem) when both operands are positive, but can be different when one or both are negative. The (abs) od Ada is a unary operator that yields the absolute value of its operand. ................
................