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 I/O 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 100 marks [5m] 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:NameAsg1 Asg2 Test Quiz Exam (25%)(25%)(10%(10%)(30%) b) Computes the total coursework and overall Score( Coursework + Exam score).[5m] c) Determine the Grade for each students based on the information given below. [10m] A70 to 100B60 to 69C50 to 59D40 to 49F0 to 40 Coursework70% Asg125 Asg225 Test10 Quiz10Exam30% d) Write the results into the Output file. [5 m] Example of output File: Result.txt Total Coursework Exam Overall Score Grade (70%)(30%)(100%) 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.[10m] Output example: Result Summary Date: 14 February 2024(Todays Date)Subject: Programming MethodologyGrade Student A 4 B 2 C 3 D 0 F 1 Total Student 10

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!