Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Main {
- public static void main (String args[]){
- ClassTorpedo torpedoObject = new ClassTorpedo(new int[]{3, 2, 6});
- TobbTorpedo torpedoGame = new TobbTorpedo(torpedoObject);
- System.out.println(torpedoGame.toString());
- torpedoGame.checkhit("A",3);
- System.out.println(torpedoGame.toString());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment