Page 72 - Computer Class 04
P. 72
QUOTIENT Function
This function is used to show the quotient when one number is divided by
another.
Command : PRINT QUOTIENT <space> number 1 <space> number 2
and press Enter key or click on Execute command.
For example : PRINT QUOTIENT 10 2
REMAINDER Function
This function is used to show the remainder when one number is divided by
another.
Command : PRINT REMAINDER <space> number 1 <space> number 2
and press Enter key or click on Execute command.
For example : PRINT REMAINDER 10 3
Computer-4 72 Computer-1