Write a program dryrome. cpp that asks the user for a positive integer and converts it into its Roman numeral representation, but this time rewrite the program by implementing and using the following function: string roman_digit(int n, string one, string five, string ten)