What's wrong? for (int k = 2, k <=12, k++)

  1. the increment should always be ++k

  2. the variable must always be the letter i when using a for loop

  3. there should be a semicolon at the end of the statement

  4. the commas should be semicolons


Correct Option: D

Find more quizzes: