Create a program that allows users to register students' attributes (Full name, Year and Section, courseID, and studentID) for 3 slots, and their courses, the input in the course must be courseID (103 for Fundamentals of Database Systems, 001 for Object-Oriented Programming, and 108 for Advance Database Management Systems) and users can view each student registered. It must allow the deletion of slots inserted. The program must have 3 Java files and the file name for each Java file must be StudenteRegister.java, Student.java, and Course.java each file must contain its own class.