Write a simple program in C++ to investigate the safety of its enumeration types. Include at least 10 different operations on enumeration types that are incorrect/unsafe things to do but are still considered legal in C++. Write a C# program that does the same thing and run it to determine how many of the operations are legal in C#. Compare your results.