C# Tips

Today's C# Quiz

Quiz

Red lines in the example below show errors. How can you fix them?

Change c1, c2 to static variables
Change c1, c2 to const
Change c1, c2 to public field
It is not possible to assign a value to enum member

Tip

Answer