(C PROGRAMMING ONLY!)
DO NOT EDIT ANYTHING IN THE MAIN
1. Dog Codesby CodeChum Admin
In the military, they have these military dogs that help them in their missions.
To handle them very well, they assign a code to each of the dogs. This has only been partially implemented though and they would need your help to finish this.
Instructions:
In the code editor, there are multiple printf messages where each printf prints a dog code's value.Your task is to create an enum, DogCode, and set its values to the following:CODE_1 = 'j'CODE_2 = 'r'CODE_3= 'v'CODE_4= 'd'CODE_5 = 'l'CODE_6 = 'y'DO NOT EDIT ANYTHING IN THE MAINOutput
Dog Code #1 = fDog Code #2 = aDog Code #3 = z...
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here