Advertisement
parkerlreed

Untitled

Oct 9th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. import java.util.Scanner;
  2. public class Project2
  3. {
  4.     public static void main(String[] args)
  5.     {
  6.    
  7.     Scanner kb = new Scanner(System.in);
  8.    
  9.     clearScreen();
  10.    
  11.    
  12.    
  13.    
  14.    
  15.    
  16.    
  17.     }
  18.     public static void clearScreen()
  19.     {
  20.         System.out.println("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement