Originally posted by Chad McGowan:
Short s;
if (s == null)
Is this what you are asking?
Originally posted by Mike Curwen:
Bart, you are doing a calcuation. You are calculating whether the entered number is not less than 1 and not greater than 9.
Originally posted by Paul Stevens:
Why not just convert them to int and do your compare.
Originally posted by christopher foran:
It returns a Boolean class. The Boolean class is not the same as the boolean primate. There is a method on the Boolean class which returns true/false.