1
Unit 10 – Assignment B Using the struct created in Unit 9 Assignment C, write a program that reads a text file that contains students' names followed by their test scores. The program should output each student's name followed by the test scores and the relevant grade. It should also find and print the highest test score and the name of the students having the highest test score. Submit your assignment using the link above (due on Sunday of this unit; 30 points).

SD234 - Unit 10 Assignment B

Embed Size (px)

DESCRIPTION

unit 10 assignment b

Citation preview

Page 1: SD234 - Unit 10 Assignment B

Unit 10 – Assignment B Using the struct created in Unit 9 Assignment C, write a program that reads a text file that contains students' names followed by their test scores. The program should output each student's name followed by the test scores and the relevant grade. It should also find and print the highest test score and the name of the students having the highest test score. Submit your assignment using the link above (due on Sunday of this unit; 30 points).