A function definition statement must have a --------------- numbered line than that of first reference to the function
same
higher
lower
any of the above
3. ---------- symbols and expressions are used in constructing IF-THEN statements
arithmetic
operational
relational
none of the above
1
Expert's answer
2016-01-19T08:44:11-0500
A function definition statement must have a lower numbered line than that of the first reference to the function. (see https://www.tpub.com/progintro/5e.htm)
Relational symbols and expressions are used in constructing IF-THEN statements. (see https://www.tpub.com/progintro/4c.htm)
Comments
Leave a comment