Question: Assignment Description: An Assessment Calculator Program Develop an application that will process the assessment score from an Input text file of a number of students
Assignment Description: An Assessment Calculator Program Develop an application that will process the assessment score from an Input text file of a number of students record. The records consist of the students name, and their individual coursework and final exam score. You are expected to use the control structures and IO files management concepts that you have learnt in class. Implementing array and functions are encouraged in solving this problem. Remarks on the coding done are expected. The application will be able to do the following task: a Read the Input file. The marks for each assessment in the input file is based on marks m Example of input file: Student.txt Siti Aliah XX XX XX XX XX Ahmad Daniel XX XX XX XX XX The input file is required to contain only data. No Formatting is necessary The fields corresponding to the data that is being read into the program is as following:NameAsg Asg Test Quiz Exam b Computes the total coursework and overall Score Coursework Exam scorem c Determine the Grade for each students based on the information given below. m A to B to C to D to F to Coursework Asg Asg Test QuizExam d Write the results into the Output file. m Example of output File: Result.txt Total Coursework Exam Overall Score Grade Siti Aliah XX XX XX A Ahmad Daniel XX XX XX B e At the end of the output file display the summary of number of student count for each Grade.m Output example: Result Summary Date: February Todays DateSubject: Programming MethodologyGrade Student A B C D F Total Student
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
