Answered step by step
Verified Expert Solution
Question
1 Approved Answer
INSTRUCTION: USE JAVA LANGUAGE Develop a Student Grade Recording Application. An application that allows a user to: - Add a Student Grade Record. The user
INSTRUCTION: USE JAVA LANGUAGE
Develop a Student Grade Recording Application. An application that allows a user to: - Add a Student Grade Record. The user can enter the student information (student no, name (lagtname, firstname, middlename), gender) and its subject grade in Mathematics, Science \& Technology, English, Filipino, and - Update a Student Grade Record. The user can edit an existing student grade record entry fields. - Delete a Student Grade Record. The user can delete an existing student grade record. - View Student Grade Records. The application displays the gtudent grade record entries in a tabular format sorted by student full name (alphabetical orel. The columns are student no, full name, gender, Subject Grades (Mathematics, Science \& Technology, English, Filipino, and MA.KABAYAN), and the General Weighted Average. If the grade is less than 74 , display " F instead of the numeric grade. The format of the full name is . For the computation of the general weighted average refer to this table: - View Student Grade Ranking. The application displays student grade record entries in a tabular format sorted by General Weighted Average (from highest to lowest). - View Top N Studentg. The uger can enter a value for N and the application displays the Top N student name in a tabular format. The colums are student no, full name, gender, Subject Grades (Mathematics, Science \& Technology, English, Filipino, and MAKABAYMN), and the General Weighted Average. The application will use a file to store the Student grade record. When the application starts, it will load the existing student grade entries store in the file. Then it will save all the changes into the file when the user exits the application. Sample Run Display: STUDENT GRADE RECORDING APPLICATION Main Menu: [A] Add Student Grade Record [B] Update Btudent Grade Record [C] Delete 3tudent Grade Record [D] View Student Grade Records [E] View Student Grade Ranking [F] View Top N Students [X] Quit Application \$ Enter your choice: X - Thank you for using the application
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