Build a Roman Numeral Converter Project

  • When the #number element contains the number 9 and the #convert-btn element is clicked, the #output element should contain the text IX.

  • Failed:When the #number element contains the number 16 and the #convert-btn element is clicked, the #output element should contain the text XVI.

  • Failed:When the #number element contains the number 649 and the #convert-btn element is clicked, the #output element should contain the text DCXLIX.

  • Failed:When the #number element contains the number 1023 and the #convert-btn element is clicked, the #output element should contain the text MXXIII.

  • Failed:When the #number element contains the number 3999 and the #convert-btn element is clicked, the #output element should contain the text MMMCMXCIX.

Hey, what’s your question?

and what’s your code? we can’t help if you don’t give the infos necessary

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.