Question: this questions is about the c# programming language. please explain anwser. The main purpose of the enumerations is to replace the numeric values. Given the
this questions is about the c# programming language. please explain anwser.

The main purpose of the enumerations is to replace the numeric values. Given the following code, what is the output? enum Days {Mon, Tue, Wed, Thu, Fri, Sat, Sun} Console. WriteLine((int)Days.Mon): nothing, it is a compiler error Mon 1 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
