Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class DoctorTester {
- public static void main(String[] args) {
- Doctor doc = new Doctor("Dora The", "Explorer", true, 5);
- System.out.println("Number of Hours Dora worked: " + doc.getHours());
- }
- }
Add Comment
Please, Sign In to add comment