Concept Flow - Underlying numeric values
Define enum with named constants
Assign enum variable a named constant
Convert enum to underlying numeric value
Use numeric value in code or output
This flow shows how an enum variable is assigned a named constant and then converted to its underlying numeric value.