Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's added together. Twelve is written as, XII, which ...
while(number != 0){//checks if the number is not equal to 0, if it is not equal then there is more processing to be done if(number >= 1000){//if the number is larger ...