A Admin • 670.22K Points Coach Report Q. Which of these is a correct use of a for-in loop? (A) for 0 to 5 { print(i) } (B) foreach i in 0...5 { print(i) } (C) for i in 0...5 { print(i) } (D) loop i = 0 to 5 { print(i) } Correct Answer - Option(C) Views: 1 Filed under category Swift (iOs) Hashtags: Share Manage Tags
Discusssion
Login to discuss.