Write a program that prompts the user to enter the area of the carpet in square meters and the unit price per square meter. The values are to be read into an integer area and a float unitCost respectively. Define the variables and use only one statement to read them. Afterwards, print each value with the name of the variable on a separate line