Output each floating-point value with two digits after the decimal point, which can be achieved as follows:

printf("%0.2lf", yourValue);

Prompt the user to input a wall's height and width. Calculate and output the wall's area.