Advertisement
tjb1

Untitled

Nov 28th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. public class Chap5prob20_coinTOSS_tester {
  3.  
  4. /**
  5. * @param args
  6. */
  7. public static void main(String[] args) {
  8. // TODO Auto-generated method stub
  9. Chap5prob20_coinTOSS ct;
  10. ct = new Chap5prob20_coinTOSS();
  11.  
  12. System.out.println(ct.gettoss());
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement