Pure Programmer
Blue Matrix


Cluster Map

Project: Ferengi Currency Conversion

The [[Ferengi]] monetary system is based on gold pressed latinum (GPL) which comes in slips, strips and bars. The exchange rate is fixed at 100 slips per strip and 20 strips per bar. Compute the slips equivalent of 500 bars of GPL.

Output
$ node FerengiCurrencyConversion.js 500 bars = 1000000 strips

Solution