Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. public class carddriver
  2. {
  3.     public static void main (String[] args)
  4.     {
  5.         cardmethod main = new cardmethod();
  6.         for (int x = 1; x >= 20; x++)
  7.         {
  8.             System.out.println (main.picksuit() + main.picknum());
  9.         }
  10.     }
  11. }
Add Comment
Please, Sign In to add comment