Write a simple console program with the following elements:
• Declare a variable of type int, float, double, char and bool.
• Initialize the variable (after declaring or when it is declared)
• Print all the variables • Prompt the user to enter values for each type of the variable (one at a time or all at one time).
• Read the values, overwriting the original values in the variable
• Display all the values