tontin7918 tontin7918 30-09-2022 Computers and Technology Answered Implement an operator* operator function so that one can repeat strings a given number of times. For example, string greeting = "hi"; string result = greeting * 3; should set result to "hihihi"