Advertisement
fosterbl

PetTester.java

Feb 7th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. public class PetTester{
  2.    // main method for testing
  3.    public static void main(String[] args){
  4.       // Create Pet objects and test all your methods
  5.  
  6.    }
  7.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement