Lab 2: Dog Walking Tracker Application

Due Date and Submission Requirements


The goal of this lab is:


Background and Directions

You've been tasked with writing the needed Java class for a dog walking tracking application. This class holds information about the dog, and tracks how well someone is walking their dog.

Using DogDemo.Java, You will create a Java class, named Dog.java and supply the missing class definitions and methods. You will need to download or copy/paste this code into your local Java project folder. Your Dog.Java class will not have a public static void string args[] method
You first need to define the instance fields and constructor for the Dog class. Each dog will have:


Next, you will need to define and write the code for the following 5 methods.

Rules

You are NOT allowed to modify DogDemo.Java. If you modify DogDemo.Java in any way (other than changing the package statement line), the you will lose significant points!

Starting Code

Required Output

When your program is run, your output should look exactlythe same as seen in this screenshot .

Grading (10 points)




here is a picture of Tater. He is a good boy