1.

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

A. the variable must always be the letter i when using a for loop
B. the increment should always be k
C. the commas should be semicolons
D. there should be a semicolon at the end of the statement
Answer» D. there should be a semicolon at the end of the statement


Discussion

No Comment Found