MCQOPTIONS
Saved Bookmarks
| 1. |
What's wrong? for (int k = 2, k |
| A. | a. the increment should always be ++k |
| B. | b. the variable must always be the letter i when using a for loop |
| C. | c. there should be a semicolon at the end of the statement |
| D. | d. the commas should be semicolons |
| Answer» C. c. there should be a semicolon at the end of the statement | |