Question: Write solution in Java Input The first line contains one integer N. N is the total number of grades, 1 s Ns 10,000,000. In the
Write solution in Java

Input The first line contains one integer N. N is the total number of grades, 1 s Ns 10,000,000. In the next line, there are N integers indicating the grades. Output Print a line with N space separated integers. These integers are the grades of the midterm sorted in ascending order. The output ends with a newline. Warning: This problem may have potentially very large inputs/outputs. Use fast 10 operations, please. Example 1 Input: 4 50 60 100 90 Output: 50 60 90 100 Example 1 Input: 6 99 92 93 92 93 91 Output: 91 92 92 93 93 99
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
