struct student
{
char name[20];
int math;
int science;
int history;
int english;
int total;
}
how to create linked list that sort the details based on total in acsending order and how to prompt tot user to enter the student amount and marks between 0and100 just tell me the way .(C++)