Computer Science, asked by aaraviicr7, 5 months ago

package pkg;
class output
{
public static void main(String args[])
{
StringBuffer s1 = new StringBuffer("Hello");
s1.setCharAt(1, x);
System.out.println(s1);
}
}​

Answers

Answered by sakshisakhare810
3

Answer:

output

Hello

it 8s the ans key

Explanation:

it is the ans key

Similar questions