Answered step by step
Verified Expert Solution
Link Copied!

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 :(

image text in transcribed 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 like

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Accounting concepts and applications

Authors: Albrecht Stice, Stice Swain

11th Edition

978-0538750196, 538745487, 538750197, 978-0538745482

More Books

Students also viewed these Accounting questions

Question

1. Background knowledge of the subject and

Answered: 1 week ago