reset password
Author Message
nikita.a
Posts: 4
Posted 16:54 Sep 23, 2016 |

For lab 5, is the driver class suppose to create the list of students, faculty members, and courses then be able to show the list and add to it or something else?

For the menu, would there be three option buttons that would each show the list of students, courses, and faculty members? Or should the course name be displayed with the faculty member who teaches the course?

jhurley
Posts: 207
Posted 17:39 Sep 23, 2016 |
Ynikita.a wrote:
Y

For lab 5, is the driver class suppose to create the list of students, faculty members, and courses then be able to show the list and add to it or something else?

For the menu, would there be three option buttons that would each show the list of students, courses, and faculty members? Or should the course name be displayed with the faculty member who teaches the course?

The simplest way is probably to ask the user whether he/she wants to deal with courses, faculty, or students first, then ask whether to list, add, or delete.  You could do it the other way around; first ask whether to add, delete, or list things.