Computer Science for IGCSE & O level - Programming (Section 3 - No. 11)
What is the role of the `DIV` function?
To generate random numbers.
To divide two numbers and return the whole number portion of the result.
To calculate the remainder after division.
To display information to the user.
Explanation
`DIV` gives the quotient of division (integer division).
Comments (0)
