Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that I am storing the scores in the following sequence Students Email, Assignment - 3 Labs - 1 0 FP iterations - 1 0
Assume that I am storing the scores in the following sequence
Students Email,
Assignment
Labs
FP iterations
FP demo
Final Test
Quizzes
Capstone Survey
Each field is separated by a comma
And each student's record is stored in its own line.
In A A and A you will write a program
that reads the file scorestxt
processes the file to calculate the grade for each student
and writes out another file called "grades.txt with just two
fields separated by a comma
Students email and
final letter grade
This assignment evaluates your understanding programming principles you
have learned in various course.
It cover the concepts such as
Objects, Classes
File Reading
File Writing
Iterations, Conditions
Data Processing.
Test Data:
Create scores.txt with some dummy test data.
Students are encouraged to create one test line and share it in
discussion board.
Submit a ZIP file containing
all the sources files
scores.txt the test file you created
grades.txt
Step 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