Tuesday, March 23, 2010

Very Funny Program-Easy To Understand

import java.io.*;

public class question10
{ public static void main(String args[]) throws IOException
  { InputStreamReader read = new InputStreamReader(System.in);
  BufferedReader br = new BufferedReader(read);
   
  System.out.println("Enter a number");

int a = Integer.parseInt(br.readLine());

System.out.println("Ha Dumbass I just wasted your time faggot");
  }
  }
   

No comments:

Post a Comment