...
/Solution: Find Remainder and Quotient of an Integer
Solution: Find Remainder and Quotient of an Integer
This lesson presents a solution to the coding challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
Solution #
We can use the / operator for division to obtain the quotient and the % operator to get the remainder.
...