Recent Question/Assignment

Can you help me with this task in a C program?
Task 8.3
Write a C program that reads marks of 10 students in COS10008 unit. Your program to sort the marks in the descending order.
Note: Your program should accept only valid marks (0-100).
Sample:
Enter 10 marks
25
87
95
14
36
85
94
59
56
57
Output: Marks in Descending order
95
94
87
85
59
57
56
36
25
14