Computer Science for IGCSE & O level - Programming (Section 6 - No. 24)
What is the primary use of the `ROUND` routine in the given pseudo-code context?
To return the quotient of a division.
To generate random numbers.
To round a number to a specified number of decimal places.
To determine the remainder of a division.
Explanation
The `ROUND` routine rounds the values.
Comments (0)
