The shocking Money Bank

Star Wars!

Roman Numerals Translator
A program which translates Roman numbers to Arabic numbers. This program is written in C.

Roman numerals are represented by a series of letters which can be mapped to the following Arabic numeric values:

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

This program also shows the 'subtraction principle': IV=4

Mobile App
This is an Android Application that retrieves dynamic data from a remote source (Flickr API).
I used Android Studio to create the application.

Back to Top