Create a structure array of at least 10 imaginary students in the class - choose names, numbers and marks randomly - they do not have to relate to real students in your class. Each student structure must contain the following fields:
Student:
- First Name
- Surname
- Student Number
- Test Mark
Show how you would output just the test marks. How would you sort this structure array by test mark in descending order?