Computer Science for IGCSE & O level - Programming (Section 4 - No. 24)
What is the role of the `DIV` library routine?
To return the remainder of a division.
To return the quotient (whole number) of a division.
To generate random numbers.
To round a number to a given number of decimal places.
Explanation
DIV will provide the result of integer division.
Comments (0)
