/ Operator
The / Operator is used to divide two numbers.
*result = operand1 / operand2*
Remarks
The operands can be any numeric expression.
The / Operator is used to divide two numbers.
*result = operand1 / operand2*
The operands can be any numeric expression.