Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello friends please please please code it in Java asap. I need it . thanks REQUIREMENT: Write the program that allows users to enter the
Hello friends please please please code it in Java asap. I need it . thanks
REQUIREMENT: Write the program that allows users to enter the file name to store the information of students then provides the menu to allow users to select the following tasks and only terminate the program when users select exit Each task has to be handle in a user-defined function 1. 2. 3. 0. GRADING STUDENTS Enter Information of Students in class Enter the scores of Students Grading Exit TASK 1: ENTER INFORMATION OF STUDENTS IN CLASS -Open the file with the above file name as output file -Read information of one student that includes: student id, last name, first name, phone then create the object of class Student to have all information that need for one student. One student should hold the following information: ld, last name, first name, phone, list of quizzes scores, list of homework scores, list of labs scores, list of test scores, project score, discusssion score, team work score, extra credit scores, total score, percentage and letter grade. -Store the information of this student by writing one line to the above output file with following format: id,lastname,firstname,phone-list of quizzes scores-list of homeworks scores-list of labs scores-list of tests scores project score-discussion score-team work score-extra credit score-total score-percentage-letter grade REQUIREMENT: Write the program that allows users to enter the file name to store the information of students then provides the menu to allow users to select the following tasks and only terminate the program when users select exit Each task has to be handle in a user-defined function 1. 2. 3. 0. GRADING STUDENTS Enter Information of Students in class Enter the scores of Students Grading Exit TASK 1: ENTER INFORMATION OF STUDENTS IN CLASS -Open the file with the above file name as output file -Read information of one student that includes: student id, last name, first name, phone then create the object of class Student to have all information that need for one student. One student should hold the following information: ld, last name, first name, phone, list of quizzes scores, list of homework scores, list of labs scores, list of test scores, project score, discusssion score, team work score, extra credit scores, total score, percentage and letter grade. -Store the information of this student by writing one line to the above output file with following format: id,lastname,firstname,phone-list of quizzes scores-list of homeworks scores-list of labs scores-list of tests scores project score-discussion score-team work score-extra credit score-total score-percentage-letter gradeStep 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