CIS 406

Java U. Phase 1

The Java University is looking to automate their student registration process with an application. To do this, I will need to find out some additional information from a couple departments at the university. The application, when done, will be used to add, modify, and delete courses. It will add, modify, and delete students and allow […]

Java U. Phase 2

Java U. Phase 2 CIS 406: Java Programming 1 Course Modification Public static void AddCourse (string strCoName, string strCoDesc, int addCourse, int modCourse, int delCourse) This method will accept the information needed to add a new course and modify course, then will write the information to the course file. Public static Boolean FindCourse (string strCoName)

Scroll to Top