Start with an empty heap of integers and enter the 10 numbers, 1 through 10. Array of data is given as following: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10). Draw the resulting heap on a draft paper for your convenience then answer these two questions: (a) What is the start index? (b) What are the two indexes that you did swap as your last step before having a Max Heap? O A. (a) 5 (b) 1 and 8 B. (a) 10 (b) 4 and 9 OC. (a) 10 (b) 4 and 8 OD. (a) 5 (6) 4 and 8 E. (a) 5 (b) 5 and 10