public class find{ public static void main(String[] args) { char S1='g'; char S2=70; S2++; S1++; System.out.print(S1+" "+S2); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login