The given program is an example of _____ .
Program SUM 2 (Input output)
VAR | |
NUM1.NUM2.SUM : INTEGER | |
BEGIN | |
READ(NUM1.NUM2) SUM=NUM1+NUM2 WRITEIN(SUM) |
|
END |
A Machine level language
B Assembly level language
C High level language
D None of these
what does this mean?