Lesson 8 - Activity 5 - What are ENUMS?

Time: 20 minutes

Purpose: Explore the enum concept

Introduction: Enumerations are a special kind of declaration, find some time to explore them

Task: Boolean.TRUE and Boolean.False are enumerated values or enums.

Read up about them and how you declare your own enum values.