Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help me final project Java! i can't do it :( Assignment requirements Prescription Course Management System This case study is relatively straightforward, and hence
please help me final project Java! i can't do it :(
Assignment requirements Prescription Course Management System This case study is relatively straightforward, and hence can be tackled by most beginning modelers fairly effortlessly. Background A School wishes for us to design and develop an automated Course Management System (CM). The requirements are as follows: The system is to keep track of the following information for each course: Course id as a string Course name as a string Number of credit as a whole number The system is required to support the following queries: 1. A list of all available courses in the system 2. Search and display information of a course by course id 3. Record/Add information of course 4. Sort all courses by number of credit as ascending 5. Update information of a specific course (by course id) You should des: 1. Course class: This will hold the information of course and add some needed operation. 2. CourseList class: This will hold and manage the list of courses, the list of courses can be used as collection. 3. And finally, make your own main function and test all the above operations The program output might look something likeStep 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