Thread
:
Help with setting number as even or odd
View Single Post
#
8
(
permalink
)
07-24-2007, 08:03 PM
momo97
Member
Join Date: Jul 2007
Posts: 8
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");
}
}
momo97
View Public Profile
Send a private message to momo97
Find all posts by momo97