How would you write a recursive function called printStarDigit which prints out all the digit in the given number passed in as a parameter. Also, it prints out a * at the beginning and end of this number and in between each digit.
Ex: Number: 23455212 *2*3*4*5*5*2*1*2*