| Replies
|
|
|
jamescoleman
|
Posted at 7:44 am on April 29, 2008 |
| i wouldn't even understand the c++ pseudocode. lol but i can try |
|
|
the5e
|
Posted at 7:04 am on April 29, 2008 |
| basicly though, it's easy: Written in C++ pseudocode (you can get the idea): float unconvertedVar = 0; float convertedVar = 0; string typeOfConversion; (type in) unconvertedVar; (type in) typeOfConversion; if (typeOfConversion == "inches to feet") //this is just an example { convertedVar = unconvertedVar / 12; } (print out) convertedVar; //output variable |
|
|
the5e
|
Posted at 6:59 am on April 29, 2008 |
| if it's anything like C++ I can probably help you out |
|
|
All 3 previous replies displayed. |