|
What relational operator should be used so that the program fragment prints out the integers 20 down to and including 11 ? A good answer might be:> // greater-than |
Another ExampleHere is another program fragment:
|
QUESTION 10:How should the assignment statement be completed so that the loop terminates? (include the variable inc in your answer.) Click Here after you have answered the question |