Purchase Solution

Program to Convert Roman Numerals to Decimal Format

Not what you're looking for?

Ask Custom Question

Write a program that converts a number from Roman numerals to decimal. It needs to consist of a class, romanType. And object type of the type romanType should do the following:

A. Store the number as a Roman numeral
B. Convert and story the number into decimal
C. Print Roman or decimal as requested.

M 1000
D 500
C 100
L 50
X 10
V 5
I 1

Does not need to be compiled only need the text file.

Purchase this Solution

Solution Summary

I have extensively commented the program for your ease of understanding. The program takes in a roman number and outputs the corresponding decimal/arabic number.

Solution Preview

I have completed your program. In the end I had to struggle for a good ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.