Exercise: Repetition and Concatenation
Convert integers to strings and create multiple instances of these string representations.
Problem statement
In this exercise, you are required to implement the rep_cat
function. You are given two integers, x
and ...