Question: 14. Two arrays that store related information in corresponding element positions are a. jagged arrays b. rectangular arrays c. relative arrays d. parallel arrays 15.

14. Two arrays that store related information in corresponding element positions are a. jagged arrays b. rectangular arrays c. relative arrays d. parallel arrays 15. Assume an array is defined asint[] nums - 12, 3, 4 51 ;. Which of the following would display the values in the array in reverse a. for (int x = 4; x > 0;-x) Write (nums [x]) Write (nums [x]) c. for (int x 3; x > 0; x) Write (nums [x]) Write (nums [x]) 16. Assume an array is defined as int [ ] nums = {7, 15, 23, 51 ;. Which of the following would place the values in the array in descending numeric order? a. Array. Sort (nums b. Array.Reverse (num; C. Arrav.Sort (nums) Arrav.Reverse (nums d. Array.Reverse (nums); Array.sort (nums
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
