Question: Code in Java please, thank you Overview For this assignment, you will implement a grade system, using the grading policies of your current CSE1322 lecture.

Code in Java please, thank you

Overview For this assignment, you will implement a grade system, using thegrading policies of your current CSE1322 lecture. Your code should read studentgrade records from an input file (RawGradesFile), calculate the final grade averageand letter grade, and then store the student name, student ID, finalgrade average, and final letter grade into a second file (FinalGradesFile). Studentgrade records with no student ID present should be stored in athird file (ErrorGradesFile), instead of the second file (FinalGradesFile). The program shouldalso address various exceptions/errors. Topics FileIO (file reading /file writing) Exception Handling

Overview For this assignment, you will implement a grade system, using the grading policies of your current CSE1322 lecture. Your code should read student grade records from an input file (RawGradesFile), calculate the final grade average and letter grade, and then store the student name, student ID, final grade average, and final letter grade into a second file (FinalGradesFile). Student grade records with no student ID present should be stored in a third file (ErrorGradesFile), instead of the second file (FinalGradesFile). The program should also address various exceptions/errors. Topics FileIO (file reading /file writing) Exception Handling (try/catch/finally hierarchy) - Arrays - String Methods (i.e. Split) CSE1322 Lecture Grading Policies Grading Grading Scale: A B D F 89.5% - 100 79.5% - 89.5 69.5% - 79.5 59.5% - 69.5 59.4% or bel Grade Assignments and Weights: Assignment Quizzes (in D2L) Exam 1 Exam 2 Exam 3 Percentage 25% 25% 25% 25% Grading Polices: 1) Students will take ten (10) quizzes (quiz 1 - quiz 10) and three (3) tests (test 1, test 2, final www

Step by Step Solution

3.32 Rating (149 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a basic implementation for the Point class according to your requirements java p... View full answer

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!