Q. What’s wrong? for (int k = 2, k <=12, k++) (A) The increment should always be ++k (B) The variable must always be the letter i when using a for loop (C) There should be a semicolon at the end of the statement (D) The commas should be semicolons ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) The variable must always be the letter i when using a for loop