πŸ“Š C++
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
πŸ’¬ Discuss
βœ… 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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
287
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
89%
Success Rate