Recent content by Bellatrix6
-
B
How can I fix my Pet class to work with the given PetDriver class?
Homework Statement Suppose that you are given the following PetDriver class, which includes a main method: public class PetDriver{ public static void main(String[] args){ int weight = 40; Pet doggie = new Pet("Rover", weight); System.out.println("my pet's name is "...- Bellatrix6
- Thread
- Figure Method
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help