Advertisement
Go0dtry

my Ballprogram

Jul 11th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. This is my Ballprogram so far.
  2.  
  3.  
  4. package ball;
  5.  
  6. public class Ballprogram {
  7.  
  8. public static void main(String[] args)
  9. {
  10. System.out.println( "hello world" );
  11.  
  12. Ball golfBall = new Ball();
  13. Ball baseBall = new Ball();
  14. Ball soccerBall = new Ball();
  15.  
  16.  
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement