Color Palette with Enum-to-String Conversion
MediumCreate a program that uses constexpr std::array with enumerations to implement enum-to-string conversion for a color palette. Practice using static_assert to ensure the array size matches the enum count.
Success Criteria
Your code must pass 1 test case(s) to complete this exercise. 5 hint(s) are available if you need help.
Sign in to track your progress
You can work on exercises as a guest, but sign in to track your progress and save your submissions.