For this task you will create a Subject class, whose instances will represent
Task 1 For this task you will create a Subject class, whose instances will represent the subjects for study at a university. A subject will have a name, just a String, and a subject code, which is a six-character String.…
