String charsInput is read from input. Write a for loop that traverses the string charsInput. Within the loop, overwrite the character '!' in charsInput with the null character '10'. Ex: If the input is yx ! 3-T67%, then the output is: yx Note: Assume all inputs will contain the character '!'.