Help readjust a c++ program
Good day, am trying to write a code that will take in inputs of two students scores in four subject and grade them with A, B, C, D and E The code is expected to collect the names of the students from the user, the four subjects they wish to grade and the scores they got from each subject. It will print the results. Example: Henry John English A Maths B Physics E Chemistry C It will print results for both students. But now am stuck, when I run the code, it doesn't follow sequence, so please can anyone help me to readjust the code to work? Please use comments so I can understand how you did it, thanks a lot Here is the code I wrote that isn't working, am new to c++ please go easy or should I say, go rookie in your codes so I can understand đ đ Thanks again https://code.sololearn.com/c0yJLdos7D0c/?ref=app