Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Java application that represents a simple STIA1113 Student Information System. Thisapplication must allow a user to select and perform the following operations: -

image text in transcribed
Write a Java application that represents a simple STIA1113 Student Information System. Thisapplication must allow a user to select and perform the following operations: - Enter (add) a student data. The data for the student that must be entered by the user are name, matric no., program, total course work mark (full mark 100), and final exam mark (full mark 100). Grade is not entered by the user but is calculated after the user has input the total course work mark and final exam mark. Grade is calculated based on the total mark (course work mark * 60% + final exam mark 40% ) and assigned according to the UUM grading scheme (e.g. if total mark is >=90 then grade is A+ etc.). - Display all information (matric no, name, program, course work mark, final exam mark and grade obtained) of all of the students that have been added in the system. - Search a student based on his/her matric no. If found, all of his/her data will be displayed in a suitable format. If the student is not found, a suitable message should be displayed to the user. - Show the grade distributions eg. how many students get A+, how many students get A, etc. - Edit a student data. The application should allow a user to change/edit the data of a particular student. Only the student's program, coursework and final exam mark can be changed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How many moles of water are there in 1.000 L? How many molecules?

Answered: 1 week ago