Computer Science Canada HELP-counted loops |
Author: | helloolleh [ Mon May 25, 2009 4:57 pm ] |
Post subject: | HELP-counted loops |
What is it you are trying to achieve? I am trying to get the following output in turing using a COUNTED LOOP. Output: 1 x 2 = 2 2 x 2 = 4 3 x 2 = 6 4 x 2 = 8 5 x 2 = 10 6 x 2 = 12 7 x 2 = 14 8 x 2 = 16 9 x 2 = 18 What is the problem you are having? Unfortunately I am confused on how to do this. If anyone can help me out, please do. |
Author: | saltpro15 [ Mon May 25, 2009 7:27 pm ] | ||
Post subject: | RE:HELP-counted loops | ||
something like
this will iterate through the loop 9 times, multiplying 1 x 2 2 x 2 3 x 2 and so on |