I am writing a method that will take a character and will check if it lies under ASCII range. I know the ASCII codes range but don't know exactly how to proceed. The method signature is as follows:
Kindly advice.Code:public static boolean validateCharacter(char a)
{
...
}
