given a char, starter, and an int, number, create a string the is made up of starter the next number of characters (in order). for example,if starter is 'a' and number is 5, the string should be abcde (the starting value of a followed by the next 4 letters, in order)