Question 1/6: Which of these create enums with an associated value?
Hint: Click to show.
Option 1:
enum Building { case skyscraper(floors: Int) }
Option 2:
enum role { case administrator }
Link copied to your pasteboard.