@tushar_rayamajhi/roman_converter
v1.2.0
Published
convert roman to decimal and decimal to roman
Downloads
8
Maintainers
Readme
��#� �R�o�m�a�n� �N�u�m�e�r�a�l� �C�o�n�v�e�r�t�e�r�
�
�
�
�A� �l�i�g�h�t�w�e�i�g�h�t� �u�t�i�l�i�t�y� �f�o�r� �c�o�n�v�e�r�t�i�n�g� �b�e�t�w�e�e�n� �i�n�t�e�g�e�r�s� �a�n�d� �R�o�m�a�n� �n�u�m�e�r�a�l�s�,� �w�i�t�h� �v�a�l�i�d�a�t�i�o�n� �s�u�p�p�o�r�t�.�
�
�
�
�#�#� �I�n�s�t�a�l�l�a�t�i�o�n�
�
�
�
�I�m�p�o�r�t� �t�h�e� �m�o�d�u�l�e� �i�n� �y�o�u�r� �J�a�v�a�S�c�r�i�p�t� �p�r�o�j�e�c�t�:�
�
�
�
���`�j�a�v�a�s�c�r�i�p�t�
�
�i�m�p�o�r�t� �c�o�n�v�e�r�t�e�r� �f�r�o�m� �'�.�/�r�o�m�a�n�-�c�o�n�v�e�r�t�e�r�.�j�s�'�;�
�
�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�I�n�t�T�o�R�o�m�a�n�(�2�0�2�3�)�)�;� �/�/� �O�u�t�p�u�t�:� �"�M�M�X�X�I�I�I�"�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�I�n�t�T�o�R�o�m�a�n�(�3�9�9�9�)�)�;� �/�/� �O�u�t�p�u�t�:� �"�M�M�M�C�M�X�C�I�X�"�
�
�
�
�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�r�o�m�a�n�T�o�I�n�t�(�"�L�V�I�I�I�"�)�)�;� �/�/� �O�u�t�p�u�t�:� �5�8�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�r�o�m�a�n�T�o�I�n�t�(�"�M�C�M�X�C�I�V�"�)�)�;� �/�/� �O�u�t�p�u�t�:� �1�9�9�4�
�
�
�
�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�i�s�V�a�l�i�d�R�o�m�a�n�(�"�X�I�I�"�)�)�;� �/�/� �t�r�u�e�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�i�s�V�a�l�i�d�R�o�m�a�n�(�"�I�I�I�I�"�)�)�;� �/�/� �f�a�l�s�e� �(�U�s�e� �I�V� �i�n�s�t�e�a�d�)�
�
�
�
�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�i�s�V�a�l�i�d�I�n�t�e�g�e�r�(�0�)�)�;� �/�/� �f�a�l�s�e�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�i�s�V�a�l�i�d�I�n�t�e�g�e�r�(�4�2�.�5�)�)�;� �/�/� �f�a�l�s�e�
�
�c�o�n�s�o�l�e�.�l�o�g�(�c�o�n�v�e�r�t�e�r�.�i�s�V�a�l�i�d�I�n�t�e�g�e�r�(�3�0�0�0�)�)�;� �/�/� �t�r�u�e�
