Question
. Design an application that displays the number of square feet in a house. Declare and
initialize the length and width of the house to 37 and 22, respectively. Go into your
source code and change the initialization values. Rerun the application
initialize the length and width of the house to 37 and 22, respectively. Go into your
source code and change the initialization values. Rerun the application
Answers
Graham
void main(){float length=37;float wide=22;cout << length*wide;}
james love
Design an application that displays the number of square feet in a house. Declare and initialize the length and width of the house to
37 and 22, respectively. Be sure to test your program and make sure that it displays the correct values. using C# Programming
37 and 22, respectively. Be sure to test your program and make sure that it displays the correct values. using C# Programming