Program the following requirements. Set a complete name as string. Next, separate each of the characters of the name and store it in an array. Lastly, sort the contents of the array in alphabetical...


Program the following requirements.


Set a complete name as string. Next, separate each of the characters of the name and store it in an array. Lastly, sort the contents of the array in alphabetical order.


Sample Output:


Name: Mike Evans


Characters in the array: M I K E E V A N S


Sorted characters in the array: A E E I K M N S V



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here