Computer Science for IGCSE & O level - Programming (Section 12 - No. 5)

In the provided pseudo-code, what data type is used for the variables 'studentHigh', 'studentLow', and 'studentTotal'?
REAL
INTEGER
STRING
BOOLEAN

Explanation

The pseudo-code shows these variables are declared with the keyword INTEGER.

Comments (0)

Advertisement