Respuesta :

Answer:

String org= "1100000111";

String edt= "00000111";

org=edt;

Explanation:

You can create an alternate string differentiating from the original and then make the original string equal the edited string.