Swift - Control Flow
Which of the following is the correct way to write a compound case in Swift?
switch day {
case "Mon" ___ "Tue":
print("Start of week")
default:
print("Other day")
}Which of the following is the correct way to write a compound case in Swift?
switch day {
case "Mon" ___ "Tue":
print("Start of week")
default:
print("Other day")
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions