Repeating Characters Time Limit: 2000/1000ms (Java/Others) Problem Description: For this problem, you will write a program that takes a string of characters, S, and creates a new string of characters, T, with each character repaeated R times. That is…