Saved Bookmarks
| 1. |
The modulus operator is used for |
|
Answer» Answer: The MODULUS operator - or more precisely, the MODULO operation - is a way to DETERMINE the REMAINDER of a division operation. Instead of RETURNING the result of the division, the modulo operation returns the whole number remainder |
|