View Single Post
  #8 (permalink)  
Old 07-24-2007, 08:03 PM
momo97 momo97 is offline
Member
 
Join Date: Jul 2007
Posts: 8
momo97 is on a distinguished road
Try this:


public class SwitchingYard {

public static void main(String[] args) {
int Value;

System.out.print("Enter A Number: ");
Value = SimpleIO.inputInt();

System.out.println("Felix is gay");

}
}
Reply With Quote