The Alice for statement uses ____ to increase the index.
A. i&&
B. index-=1
C. i++
D. index+=1
Answer: C
Computer Science & Information Technology
You might also like to view...
Every expression begins with the ________
A) exclamation mark (!) B) & symbol C) equal sign (=) D) asterisk (*)
Computer Science & Information Technology
What type of diagram shows the developer how each concept (user, application, resources) interacts with the other?
A. concept B. sequence C. use case D. interaction
Computer Science & Information Technology