
11-15-2009, 06:13 PM
I recommend googling the formula for converting canadian money to dollars, or vice-versa.
As for how to reproduce it in Alice, the mathematical funtions can be found under the world's functions tab, with the four most simple ones (add, subtract, divide, multiply) able to be added by clicking the odwn arrow on the number value in a method.
For example, if you had a number variable called degrees and had a method which looked like:
degree set value to 50
the 50 could be clicked to add this formula:
degree set value to 50*9/5 + 32
or however the formula goes.
|