Write function modifyString (origString, charsToReplace, count) that takes as input a string origString, a string charsToReplace, and a positive integer count, and returns a new string such that each character in origString that occurs in
Answers (1)