80th program input & output

Input : Enter any number = 5
Output : Equivalent Roman number is : V
//////////////////////////////////////////////////////////////////////////////////////////////

Input : Enter any number = 98
Output : Equivalent Roman number is : XCVIII
//////////////////////////////////////////////////////////////////////////////////////////////

Input : Enter any number = 19
Output : Equivalent Roman number is : XIX
//////////////////////////////////////////////////////////////////////////////////////////////