Student should be able to develop the programs for stack using arrays and linked list By using C++ software| Write a C++ program that reads a data file consisting of each student's GPA followed by the student's name. The program then prints the highest GPA and the names of all the students who received that GPA. The program scans the input file only once. Moreover, we assume that there are a maximum of 100 students in the class. INPUT The program reads an input file consisting of each student's GPA, followed by the Student's name. Sample data is as follows: 3.5 Baharom 3.6 Jason 2.7 Lisa 3.9 Khadijah 3.4 Jamal 3.9 Davendren 3.4 Termizi OUTPUT The program outputs the highest GPA and all the names associated with the highest GPA. For example, for the preceding data, the highest GPA is 3.9 and the students with that GPA are Khadijah and Davendren.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 18SA
icon
Related questions
Question
Student should be able to develop the programs for stack using arrays and linked list
By using C++ software|
Write a C++ program that reads a data file consisting of each student's GPA followed by the student's
name. The program then prints the highest GPA and the names of all the students who received that
GPA. The program scans the input file only once. Moreover, we assume that there are a maximum of
100 students in the class.
INPUT
The program reads an input file consisting of each student's GPA, followed by the
Student's name. Sample data is as follows:
3.5 Baharom
3.6 Jason
2.7 Lisa
3.9 Khadijah
3.4 Jamal
3.9 Davendren
3.4 Termizi
OUTPUT
The program outputs the highest GPA and all the names associated with the
highest GPA. For example, for the preceding data, the highest GPA is 3.9 and
the students with that GPA are Khadijah and Davendren.
Transcribed Image Text:Student should be able to develop the programs for stack using arrays and linked list By using C++ software| Write a C++ program that reads a data file consisting of each student's GPA followed by the student's name. The program then prints the highest GPA and the names of all the students who received that GPA. The program scans the input file only once. Moreover, we assume that there are a maximum of 100 students in the class. INPUT The program reads an input file consisting of each student's GPA, followed by the Student's name. Sample data is as follows: 3.5 Baharom 3.6 Jason 2.7 Lisa 3.9 Khadijah 3.4 Jamal 3.9 Davendren 3.4 Termizi OUTPUT The program outputs the highest GPA and all the names associated with the highest GPA. For example, for the preceding data, the highest GPA is 3.9 and the students with that GPA are Khadijah and Davendren.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Potential Method of Analysis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning