write a c++ program using stacks where it reads a text filecontaining a list of names and GPA. Using stacks print on screenthe person with the highest GPA.
Expert Answer
Answer to write a c++ program using stacks where it reads a text file containing a list of names and GPA. Using stacks print on sc…