What would the output from the following be:
Actually this gives an error message because you can’t use the reserved word continue as a variable name. If you don’t use continue you get:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Computer Science & Information Technology
You might also like to view...
Which of the following is FALSE about CamelCase notation?
A) Use uppercase letters to distinguish the first letter of each new word. B) Field name can be up to 64 characters. C) Field names should include spaces when the name is more than one word. D) Field names can include letters and numbers.
Computer Science & Information Technology
A class:
a. Is a group of objects. b. Has a set of properties associated with it. c. Is the same thing as a single variable. d. Has no relationship with other classes, sub-classes, or super-classes.
Computer Science & Information Technology