I'm currently typing up a program and was curious as to how I would be able to change an integer input into a letter but it would be the specific amount of times the integer would be.
As an example lets say I asked the user for how many apples they have and they typed in three, how would I then turn that "3" into "aaa", or like if they entered 11 and the output came as "aaaaaaaaaaa". I hope this isn't too bad of an example.