String firstName[ARRAY];
char grade[ARRAY];
Assuming that this text file is already inputted into the program.
Write a loop that will display the students that have "A" or "B" next to their names. If the stuent has a "A" next to their names, cout "Good".
If the student has a "B" next to their name cout this formula : grade+50.
FILE:
Dorothy B
Elizabeth A
Smith A
Dominique A
Ryan B