java question

Riga, Anthony Anthony.Riga at searbrown.com
Sun Sep 7 18:58:06 EDT 2003


Anyone know java? I need to be able to find out if a number is even or odd when a user inputs the number into a text box or in the bash screen.I know to use  the modulus % and did if(number1 % 2 == 0)
                           number is even;
                           System.out. println("number is even");
                        else if 
                          odd;    





More information about the nflug mailing list