A good answer might be:Show each of the following sequences:
| ||||||
Counting by ThreesHere is almost the same loop as in the previous example, but now the control variable is incremented by THREE.
Here is a JavaScript version of this loop.
Try to predict the output before you run the program.
(Notice that the test is now <= ).
| ||||||
QUESTION 8:
Now show the
|