Introduction - If you have any usage issues, please Google them yourself
David is working on a project where he needs to accept the total number of array elements and values from the user. then arrange the array elements in ascending order and Display the result.
Hint: The array should be an integer array.