14. Two arrays that store related information in corresponding element positions
ID: 3708390 • Letter: 1
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. 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;Explanation / Answer
If You need any more help for this comment me.