Question: Tasks/Assignments(s) Task 1: Write a java program that creates records for the courses in the CSIT College. Each course record has the following information: X
Tasks/Assignments(s) Task 1: Write a java program that creates records for the courses in the CSIT College. Each course record has the following information: X Course Code: String Course Title: String Credit Hours: double Instructor Name: String X and Class Rooms: int 1 The program prompts the following menu: 1- Add Course. 2- Print all courses records. 3- Update course record. 4- Print a course record 5. Exit. Note: We have class Course Record and we have 2-D array of CourseRecord objects. To add a new course, there are a maximum number of courses for each level (5 courses) We could have a 2-d array (3 levels, 5 courses) Example: Level 1, Course 1: Introduction to Computing Level 1, Course 2: Fundamentals of IS. Update course record: by entering level number & course code. Print a course record: by entering level number & course number (column number not course code)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
