Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

computer science: c++ (QT) Hw

Test 3 data.datWhitewater High School has contracted you to write a program that will read a file of student names and test scores in the formation FIRST NAME LAST NAME: SCORE1 SCORE2 SCORE3, where each of the scores is an integer. Then your program is to print a report, sorted by last name with each of the last names fully capitalized (that is, if you read in Wilkinson you print WILKINSON) followed by a comma, then the first name, then a colon, then the scores, then the average for the student, and lastly a letter grade (based upon 90 percent or greater being an "A," 80 percent or greater being a "B," and so forth). At the end of the report the averages for each test are to be printed also. Needless to say, the report must be written to a file and must be "pretty" (in proper columns and such). (HINT: Read in the whole line as a string, switch the first and last name, sort the names, then compute the math. Use stringstream for input and output to read the separate items from each string once they are sorted and to format the output line before printing. Also, since you do not know what the total amount of data may be (the file below is only a SAMPLE to make sure your program runs, use vectors to store your data)

There is a test data file in the Files section of Canvas.

Test 3 data.dat

Sample date that is in the file:

Mary Jones: 89 90 100Tom Brown: 100 99 100John Smith:66 80 98Englebert Humberdink: 85 87 88Tom Jones: 76 78 89Paul McCartney: 88 88 99Olivia Newton: 77 66 98Susan Barlow: 87 98 89Robert Payne: 88 44 76George Franklin: 77 88 99Margaret Ibach: 87 89 90Maggie Chang: 99 99 100Blaire Bates: 89 87 78John Lennon: 88 77 99Silvia Stalone: 66 55 88Pepper Johnson: 90 80 99Alfred Newman: 80 80 90Hugh Walker: 56 90 70Maureen Ferguson: 100 90 70Cho Zhang: 99 99 99Lisa Graham: 80 87 78Paul Revere: 89 78 90Franklin Smythe: 88 88 100Mark Anderson: 100 90 80Toni Interbitzen: 90 90 90

Extra Credit:

(50 points) Below the main body of the report output who had the highest score for each test, and then the highest average overall.

(25 points) If there are two or more people with the same last name, have them alphabetized correctly.

NOTE:A printout is REQUIRED at the beginning of lab!!

Read the syllabus!!!

You may work with only one partner!!!!!

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question