Computer Science I - Programming Assignment 4

Due Wednesday, November 18th

Summary

For this assignment you will create a web page called roman.html that will convert Roman numerals to Arabic numerals (the ones we normally use as numbers) and vice versa (to use a Latin phrase). It should look something like this:

screenshot of application

For this assignment Roman numerals are defined as follows:

For an extra challege, you may use "modern" Roman numerals, which Have different representations for a few numbers than the "simple" Roman numerals (IV for 4, IX for 9, XL for 40, etc.).

Helpful Hints

Instructions for Handing In the Program

Please hand in the following:

Do not put your assignment in your html directory as that is publicly viewable.