Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 28)

What kind of input does the algorithm for validating the percentage mark use?
A range.
An integer.
A string.
A boolean.

Explanation

Percentage marks are typically numerical and are represented as integers or floating-point numbers.

Comments (0)

Advertisement