✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care este rezultatul urmatoarei secvente de cod?
String sir1 = "000-1111-222-3";
String sir2 = sir1.replaceAll("\\d\\d", "a1");
String sir3 = sir2.replaceAll("\\d\\d", "a2");
System.out.println(sir3);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!