String Repeater Create a function that repeats a given string a specified number of times. Example: Input: String: "hello" Repeat Count: 3 Output: Repeated String: "hellohellohello"