You should now be aware of four cast operators in C++:
- static_cast
- dynamic_cast
- reinterpret_cast
- const_cast
In each of the 4 given situations presented in the short program below, determine which is the most appropriate type cast to use and explain why you chose it: