A declaration for a two-dimensional array requires only one size declarator.
What is an off-by-one error?
Look at the following pseudocode:
Constant Integer SIZE = 10
Declare Integer values[SIZE]
a. How many elements does the array have?
b. What is the subscript of the first element in the array?
c. What is the subscript of the last element in the array?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here