Daily challenge for 2025-02-16
47. Integer to Roman
Write a function solve that converts an integer to a roman numeral. More info about roman numerals can be found here.
Example:Input: 58Output: "LVIII"
Run this challenge interactively in Python or JavaScript when the app loads.