What is the output of the program

public class Chinna {  
public static void main(String[] args) {
Stringlir s5 = new Stringlir("Complete");
s5.setCharAt(1,'i');
s5.setCharAt(7,'d');
System.out.println(s5);
}
}

Posted on by