Question: 9.) Consider the array named students of size 10. What would be the subscript of the first element in the array? What would be the
9.) Consider the array named students of size 10. What would be the subscript of the first element in the array? What would be the subscript of the last element in the array?
10.) Once more, consider the array named students of size 10. If a variable named index exists, you can access an array element in pseudocode with the following expression:
students[index]
What data type must index be?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
