Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Setup Project Structure: o Create a Java class named StudentGradeManagementSystem. o Initialize variables ( studentName , grade 1 , grade 2 , grade
Setup Project Structure:
o Create a Java class named StudentGradeManagementSystem.
o Initialize variables studentName grade grade grade for storing student information.
Add Student Functionality:
o Implement the functionality to add a student.
o Prompt the user to enter the student's name and grades for three subjects.
o Store this information in corresponding variables studentName grade grade grade
View Student Functionality:
o Implement the functionality to view the details of the recently added student.
o Display the student's name and their grades for the three subjects.
View Average Grade Functionality:
o Implement the functionality to calculate and display the average grade of the recently student.
o Compute the average of grade grade and grade
o Display the average grade with appropriate formatting.
Main Menu:
o Implement a main menu using a while loop that repeatedly displays options and handles user
input.
o Include options to add a student, view student details, view average grade, and exit the program.
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