# Introduction In this lab, you need to create an enum variable called "meat" with values Chicken, Beef, Pork, and Lamb, declare a variable "meat1" and assign Beef to it, then in main(), create another meat variable called "meat2" and assign Pork to it, and finally, print the values of meat1 and meat2.
Click the virtual machine below to start practicing