@DevLeader

📌 Check out the full video:
https://youtu.be/9GxabCuWTEk

🔔 Follow for more software engineering and dotnet topics!
📨 Sign up for my email newsletter:
https://subscribe.devleader.ca
🎬 Check out Dev Leader on YouTube for multiple full-length videos weekly!
🗣️ Share with your network!

@nickst0ne

Just looking at it, I'd guess:
Example 1
Monday - because I assume it'll attempt to cast as a string before being passed to Console.WriteLine
false - because the enum value is not a string and I don't assume it will cast
true - because enums are integers, kind of