Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(Java) Please follow all instructions verbatim EDIT: Please also include the class names as instructed in the first photo TURN IN ON TIME Submit all
(Java) Please follow all instructions verbatim
EDIT: Please also include the class names as instructed in the first photo
TURN IN ON TIME Submit all the requested files, with correct names Compile success-qualify the requirements UML and Pseudo-code or flowchart in the file named proiect vourLastName.doc Write the Comment in each class Class SP2018PROJECT Student LastName data members Constructor pass a String as parameter, split information and assign to data members Method to calculate the total of scores Method to calculate the percentage, sum of score correct Method to determine the letter grade Method to split one line read from file into pieces information and scores of student Method to combine all information and scores of a student into a string to write to filee Class SP2018PROJECTGrading LastName Menu handle to allow users to continue selecting tasks until they choose exit TASK1: Read information, create object of student, write to file, close file Combine information to a string by calling the method from class student Write a line of student information to file Handle the loop to allow continue for other students until users want to stop TASK2: Read the line from file, create the object of student read scores and place to object student correctly 10 10 4 3 3 Create the line with correct format by calling the method of class Student- write to output file Delet, rename file TASK3 Read line from file-create the object of student Cacluate the letter grade then combine back to a string to write to file correct by calling the method from class Student Delete file, rename file Count letter grade and calculate percentage - display the final result of class as requested format Project Scores 80 TURN IN ON TIME Submit all the requested files, with correct names Compile success-qualify the requirements UML and Pseudo-code or flowchart in the file named proiect vourLastName.doc Write the Comment in each class Class SP2018PROJECT Student LastName data members Constructor pass a String as parameter, split information and assign to data members Method to calculate the total of scores Method to calculate the percentage, sum of score correct Method to determine the letter grade Method to split one line read from file into pieces information and scores of student Method to combine all information and scores of a student into a string to write to filee Class SP2018PROJECTGrading LastName Menu handle to allow users to continue selecting tasks until they choose exit TASK1: Read information, create object of student, write to file, close file Combine information to a string by calling the method from class student Write a line of student information to file Handle the loop to allow continue for other students until users want to stop TASK2: Read the line from file, create the object of student read scores and place to object student correctly 10 10 4 3 3 Create the line with correct format by calling the method of class Student- write to output file Delet, rename file TASK3 Read line from file-create the object of student Cacluate the letter grade then combine back to a string to write to file correct by calling the method from class Student Delete file, rename file Count letter grade and calculate percentage - display the final result of class as requested format Project Scores 80
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