Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribed

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: grade

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Multimedia Database Systems

Authors: V.S. Subrahmanian

1st Edition

1558604669, 978-1558604667

More Books

Students also viewed these Databases questions

Question

What models of judicial decision-making have been proposed?

Answered: 1 week ago

Question

8. Explain the relationship between communication and context.

Answered: 1 week ago

Question

d. How were you expected to contribute to family life?

Answered: 1 week ago