View Single Post
Old
Dameria
Senior Member
 
Dameria's Avatar
 
Status: Offline
Posts: 976
Join Date: Sep 2009
Location: United States
Default 05-29-2017, 12:11 PM

Hi lgoodsell,

I have never seen an existing Alice project that does Fahrenheit to Celsius, but it would be very easy to create. Simply create a world method that asks the user to input a value in Fahrenheit and have it stored as a floating point (decimal number) variable, do the mathematical calculation necessary to convert it to Celsius, then display the Celsius value to the user in a message box. If you want to be fancy you could put in some type of character from the library of objects and have the character "ask" the question and then tell you the answer.


Check out my best projects so far and please comment:

Tic-Tac-Toe 2.0 ................... http://www.alice.org/community/showthread.php?t=3548
Alice Paint ........................... http://www.alice.org/community/showthread.php?p=23408
Real-Time Clock .................. http://www.alice.org/community/showthread.php?p=12725
Maze Game ......................... http://www.alice.org/community/showthread.php?t=4301
   
Reply With Quote