Advertisement
Guest User

Untitled

a guest
May 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1.   import java.util.Scanner;  
  2.      
  3.     class loops  
  4.     {  
  5.             public static void main(String args[])  
  6.             {        
  7.                     Scanner console = new Scanner(System.in);  
  8.  
  9.  
  10.          System.out.println ("game choose 3 numbers");
  11.          
  12.          int num,counter;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement