public class  find
{
public static void main(String[] args)
{
char S1='g';
char S2=70;
S2++;
S1++;
System.out.print(S1+" "+S2);
}
}

Posted on by