Java Query
Posted: August 17th, 2005, 12:35 pm
I have a problem. i'm creating a program which will allow my user to enter some input number. How do I create the code so that it will check against invalid character from being entered(example x,q,e,#,", and things like that)
I know how to check against zero and negative number. Thanks.