Question: Project Title: Courses Management System Description: You are tasked with developing a Courses management system in Java. The system is an online management software application
Project Title: Courses Management System
Description: You are tasked with developing a Courses management system in Java. The system is an online management software application designed for educational institutions.
The system should allow supervisors to manage the online courses and assist students in browsing and registering for courses. Additionally, students should be able to search for courses by title or instructor name and course area.
Requirements:
Course Class:
Create a Course class with the following attributes:
title String: The title of the course.
instructor String: The instructor of the course.
area String: The area of the course.
Implement appropriate getter and setter methods for each attribute.
Supervisor Class:
Create a supervisor class to manage the online courses. Include methods to:
Add a new course to the system.
Display a list of courses.
Allow students to browse courses.
Search for course by title or instructor name.
Display a list of courses based on area.
Note:
Create Array list for different areas.
Any code search on google to find the structure.
User Interface:
Implement a simple commandline interface CLI for supervisors and students to interact with the system.
Provide menu options for supervisors to perform actions such as adding courses, displaying courses based on area, searching for a course, and browsing courses.
Allow students to search for courses by title or instructor name.
Sample Data:
Add at least four sample courses to the system during initialization.
Functionality:
Implement search functionality to allow students to search for courses by title, instructor name, or area.
Error Handling:
Implement basic error handling to handle cases such as invalid input.
Testing:
Test the system's functionality by performing various actions such as adding courses, searching for courses, and browsing courses. Include screenshots of your output
Learning Outcomes: CLO
Develop a program based on specification using programming language elements including syntax, data types, conditional statement, control structures, procedures and arrays, objects and classes
CLO
Demonstrate Integrated Development Environment IDE for the editing, building, debugging, and testing of programs
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
