Hwo to create Rown and coloumn of Enumeration values
i want to create a table of these values using 2Darray and print them using nested loop.
enum Days {Mon, Tues, Wed, Thurs, Fri}
enum Periods {Period1, Period2, Period3, Period4, Period5}
i want to create a table of these values using 2Darray and print them using nested loop.
enum Days {Mon, Tues, Wed, Thurs, Fri}
enum Periods {Period1, Period2, Period3, Period4, Period5}
Comment