Computer Science for IGCSE & O level - Programming (Section 14 - No. 15)

What should you consider when a procedure has parameters?
The number of parameters can be limited to ten.
The argument should match the parameters.
Parameters will always be of data type INTEGER.
Parameters are optional.

Explanation

The number, type, and order of arguments should match the parameters in the procedure definition.

Comments (0)

Advertisement