Strings are one of the most commonly used data types in Java, representing a sequence of characters. In Java, strings are immutable, meaning their values cannot be changed after they are created. The ...
while "abbccc" should become "a1b2c3". The input string will only contain lowercase letters (a-z). The length of the input string will not exceed 1000 characters.