Q. What’s wrong? for (int k = 2, k <=12, k++)
β
Correct Answer: (B)
The variable must always be the letter i when using a for loop
You must be Logged in to update hint/solution