...

/

Exercise: Days of the Week

Exercise: Days of the Week

Strengthen your Kotlin skills by creating an enum class representing days of the week with specific properties and functions.

We'll cover the following...

Problem statement

Define an enum class named DayOfWeek to represent the days of the week: MONDAY, TUESDAY, ...