Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Note: Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode and you can click/go through the link given below to access a completed assignment two code (NetBeans project). link : https://drive.google.com/file/d/1_BWi1Vdho7h_k9LwjzmR21GfGn5u7Xlp/view?usp=sharing
Note: Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode and you can click/go through the link given below to access a completed assignment two code (NetBeans project).
link: https://drive.google.com/file/d/1_BWi1Vdho7h_k9LwjzmR21GfGn5u7Xlp/view?usp=sharing
ProjectDetails
Program
Forthisproject youaregoingtofurtherdevelop yourassignmenttwocode.
- For starter, implement a searching and sorting method in your assignment two program so user cansearchandsorttherecords.Youneedtoextend theassignmenttwomenuoptions to add searching and sorting option and then program searching, and sorting method linked to the new menuoptions. You shouldensure at leastone student's record has been entered and giveanappropriateerror messageifittherearenostudents recordenteredandforthesorting option you must ensure at least twostudent records have been entered.
- Search forastudent recordbasedontheirnameandID.Youcanjustuseasimple linearsearchwhichwillbecaseinsensitive.Ifthesearch issuccessful display the details aboutthe student record as below. Ifthe search is unsuccessful display an appropriate message.
- youwillsorttherecords alphabetically(ignorecase)bythestudent'snameandID, you can use any sorting algorithm which you like, do not use any in-built sort methods. Display the sorted list after the sort is finished.
- After finish codingsearching and sorting, identify three more functionalitiesthat may improve the grading system. For example, you may develop a unit/course/enrolment functionalitytolinkitwiththegrading system.Explain eachofthefunctionalitiesin details and what improvements would they bring to the system.
- Preparepseudocodefortheproposed threefunctionalities
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