Unsatisfactory Software software
Software Magazines Misc About
Contents | Index | Help | < Browse | Browse >
Currency Convertor (for Casio)

Choose currency with 1-3 and EXE, enter amount in that currency and the calculator will use the current exchange rate (the number after the Y÷ bit) to convert it into your "native" currency.

Lbl 1:Fix 2:0 -> X
"CURRENCY:"
" "
"1. BELGIUM"
"2. GERMAN"
"3. DUTCH"
? -> Z
Z>3 => Goto 1
Z<1 => Goto 1
"AMOUNT"? -> Y
Z=1 => Y÷45.86 -> X (REPLACE NUMBERS WITH CURRENT EXCHANGE RATES)
Z=2 => Y÷2.229 -> X
Z=3 => Y÷2.494 -> X
Z=1 => "FRANCS IS"
Z=2 => "MARKS IS"
Z=3 => "GUILDERS IS"
X