What is the value of numbers in the code below?swiftlet numbers = [1,2,3,4,5,6].filter{ $0 % 2 == 0}

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Swift Programming Quiz — practice the complete quiz, review flashcards, or try a random question.

Swift Programming  MCQs For LinkedIn Skill Assessments.


What is the value of numbers in the code below?<br>swift<br>let numbers = [1,2,3,4,5,6].filter{ $0 % 2 == 0}<br>