In class Student, a variable is needed to hold the student’s major, the value can only be one of the majors that theuniv
Posted: Sun Jul 03, 2022 9:59 am
In class Student, a variable is needed to holdthe student’s major, the value can only be one ofthe majors that theuniversity offers. Explain andjustify with an example (Student and driver class) in JAVA,the type you would choose for major variable.