|
What is the remainder after dividing 13 by 5? A good answer might be:3 |
Remainder OperatorYou may recall in fourth grade doing division like this:
or: 13 / 5 = 2 with a remainder of 3. This is because 13 = 2*5 + 3. The symbol for finding the remainder is % (percent sign.) If you look in the table of operators you will see that it has the same precidence as * and /.
It would be useful to copy-and-paste this program to run it. |
QUESTION 11:Why were the innermost set of parentheses used in the statement:
Click Here after you have answered the question
|