Description: Create a class the Teacher, the requirement description name, gender, age, salary, define a method that is used to teachers on the basis of the original salary increase 5000, then define a TeacherTest class, create a the Teacher object and initializes the object s attribute values, call the method that teachers salary increase, and will increase the salary of teachers information output.
To Search:
File list (Check if you may need any files):
Teacher.java
TeacherTest.java