...

/

Exercise: Repetition and Concatenation

Exercise: Repetition and Concatenation

Convert integers to strings and create multiple instances of these string representations.

We'll cover the following...

Problem statement

In this exercise, you are required to implement the rep_cat function. You are given two integers, x ...