Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task Description You are going to create a grader system application. This application will read the Name, Registration Number and Answers of various True/False questions

Task Description

You are going to create a grader system application.

This application will read the Name, Registration Number and Answers of various True/False questions stored in a result.txt file.

A answerKey.txt file is also provided that have the correct answers to all the questions.

Your program will read the data from the result.txt file and store them in Student objects.

A grader application will check the answers stored in Student objects with the answer provided in answerKey.txt file and calculate the result of each student and store its marks and grade into student object.

The grades are assigned on the same formula as your grades in COMSATS university means A grade for 90% marks, A- for 85% marks and so on.

You will create your own custom exception called FailException, that will be thrown in case a student secured less then 50% marks.

The data stored in students object will finally be write on a output.txt file.

The total project will consist of following classes and interfaces that you will have to complete in order to get a working grader application.

Your submission should be exactly matching with this project structure.

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_2

Step: 3

blur-text-image_3

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

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions