I am completly lost... I need to create a program displaying the following:
Create an application with the ability to enter 5 student names. The information should be:
- Student Id
- Name
- And final grade
Print the information to the console in a tabular format with column headings (like a report).
After printing in order it was entered, sort it in ascending order of the Student Id..
Then after sorting the student information, once again print the information to the console in a tabular format with column headings (like a report).
While doing this, remember it is possible to make arrays of structs. You should be able to reuse much of your week 3 program
Submit your source code (cpp and self developed header files (if any) to the assignment news group.
Can anyone help me on how to get started????? I feel so lost.....