Q. In R, what does the repeat loop combined with next do?

  • (A) Repeats a block of code indefinitely and skips to the next iteration when a condition is met
  • (B) Repeats a block of code a specified number of times and exits the loop immediately
  • (C) Repeats a block of code a specified number of times and skips to the next iteration
  • (D) Repeats a block of code indefinitely and exits the loop immediately
πŸ’¬ Discuss
βœ… Correct Answer: (C) Repeats a block of code a specified number of times and skips to the next iteration

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
125
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate