Question: 1. Write a declaration for an enumerated type that represents the months of the year.c
2. Write code statements that prompt for and read a double value from the user, and then print the result of raising that value to the fourth power. Output the results to three decimal places.