virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Number-Systems_RomanSystem #80

Open killerdns opened 5 years ago

killerdns commented 5 years ago

Defect description: an over flow occurs when two roman numbers "C" and "C" we should get an answer X(bar) (roman numeral representation of 10,000),but it gives "undefined".

Steps to reproduce the issue : type "C" in "First roman value" , type "C" in "Second roman value" and then press MUL button below.

Expected result: X(bar) (representation of 10000 in roman numerals).

Actual result : "Undefined"

Screen shot of issue: screenshot from 2019-03-02 14-54-27