Question: Please use C++ to solve this problem thanks. License Sort Given the following parallel array definitions: int license_nums[10]-(2, 99, 18, 1, 38, 39, 12, 42,

Please use C++ to solve this problem thanks.
License Sort Given the following parallel array definitions: int license_nums[10]-(2, 99, 18, 1, 38, 39, 12, 42, 7, 54 string names[10]-Alice", "Bob", "Sanjay", "Kim", "Abigail", "Sharon", "Raul", "Chelsea", "Sam", "Carmen" Such that Alice has license number 2, Bob has license number 99 and so on. Write a program with the above definitions then sort the license_nums array in ascending ordertlicense 1 is at index 0). Make sure that the names array is sorted in the same order so that Alice still has license number2, Bob has license number 99 and so on. Your program should print out the unsorted arrays then print out the sorted arrays. Note: You must sort the arrays using code that could sort any array of the same length not just this one Hand in your cpp file on Blackboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
