i am havin trouble with a rather simple code:


class ji
{public static void main(String... s)
{
char chsub='k'; //or any other small letter
System.out.println(chsub);
if(97<chsub<<122)
...