Computer Science Canada I dont know what i'm doing wrong, help! |
Author: | tempname90000000 [ Wed Oct 29, 2014 9:17 am ] | ||
Post subject: | I dont know what i'm doing wrong, help! | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <program to input the length in a chosen unit and output the conversion in a chosen unit, i dont know how to let them choose which unit to use> Describe what you have tried to solve this problem <how do i put, "if cm use this formula, or if inches, use this formula"> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using <4.1.2> r |
Author: | tempname90000000 [ Wed Oct 29, 2014 9:19 am ] |
Post subject: | RE:I dont know what i\'m doing wrong, help! |
Btw some of these codes are just me testing random stuff out, like the boolean |
Author: | Tony [ Wed Oct 29, 2014 1:58 pm ] | ||
Post subject: | Re: I dont know what i'm doing wrong, help! | ||
tempname90000000 @ Wed Oct 29, 2014 9:17 am wrote: if cm use this formula
that's almost it.
There are more details tutorials on if statements available via Turing Walkthrough page. |