Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Must use C++ Report.text example is Student's Name Student's Grade Donnelly, Quintin Teacher was far too easy Nunez, Justin A grades.txt example is 103 102
Must use C++
Report.text example is Student's Name Student's Grade Donnelly, Quintin Teacher was far too easy Nunez, Justin A
grades.txt example is 103 102 150 90 93.4 93.2
students.txt example is Quintin Donnelly Justin Nunez
Programming Assignment #1 -CSC 101 Google Dos https://usm.instructure.com/courses/33093/assignments/285926 Discussions Grades Collaborations People A continuation of your grading software will be made (you do not need your other code for this assignment). In this one you will intake a students first name and last name from a file called "students.txt". Next, there is a file called grades.txt that contains the grades in a course. There will be three grades for each student in "grades.txt" (see example file bellow). In "student.txt" there are two students first and last names. In "grades.txt" the grades for each student will be on the same line number as the students name was on in 'students.txt Cody So if line 1 of "students.txt" contains: Joe Blow then line 1 of "grades.txt" would contain Joe Blow's grades: 85 54.3 56 Into an output file called "report.txt" output the student's last name thn a comma the their first name. Fallowing this, calculate their average and assign a letter grade using the following scale: A: grade 90 B: 90 > grade> 80 C: 80> grade70 D: 70> grade60 F: gradeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started