CSE 1325 Homework 5 solution

$24.99

Original Work ?

Download Details:

  • Name: Homework-5-q03pij.zip
  • Type: zip
  • Size: 60.84 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (7 votes)

In this homework, you will be creating a Command Line Interface for your Course Catalog. You
must use the MVC model to do this.
The CLI must be able to do the following:
 Add a course
 remove a course
 view all courses (not student list)
 view courses by prefix
 view sections of one course
 change an instructor
 add student to a course
 remove student from a course
 and view students in a course (all information)
ALL OUTPUT MUST COME FROM VIEW CLASS!!! Not any other class or file.
You must also create the UML Class diagram for your implementation. I have provided a sample
diagram from umbrello in the HW sample. You can use umbello or any other application you
want, but the GTA and I must be able to open it. If you use something else, please submit either
a PDF or an image of your Class Diagram
Follow all proper naming conventions from previous assignments (netid and class/file name)