Create an application with four classes. Three of the classes should contain data and behavior characteristics for circle, rectangle, and cylinder. The fourth class should allow the user to input a figure type from a menu of options. Prompt for appropriate values based on the inputted figure type, instantiate an object of the type entered, and display characteristics about the object.