The navigation buttons allow you to:
A) sort records. B) delete records. C) edit records. D) browse records.
D
Computer Science & Information Technology
You might also like to view...
You can use pictures to add visual interest to a presentation, and they can be used to effectively convey meaning
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following function declarations could be used to input data from the keyboard into the array?
a. void input(int array[], int &numElements, int MAX_SIZE); b. void input(int array[], int numElements, int MAX_SIZE); c. void input(int &array[], int numElements, int MAX_SIZE); d. int array[] input(int array[], int &numElements, int MAX_SIZE);
Computer Science & Information Technology