Write a highlight program that inserts *** before and after special strings in the input. The special strings are identified by command-line arguments to the program. For example, if highlight important stuff reads This stuff is really important. then it will print This ***stuff*** is really ***important***. You may assume that each line contains at most 1000 characters.