Guess the output???..class fun{ public static void main(String[] args) { StringBuffer s1= new StringBuffer("meditate"); s1.setCharAt(1,'i'); s1.setCharAt(6,'d'); System.out.println(s1); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login