Code
Code
int main()
const double windowArea = 15.0; // Assuming each window size is 15 square feet
cout << "Enter the length of the room (in feet): ";
cout << "Enter the width of the room (in feet): ";
cout << "Enter the height of the room (in feet): ";
cout << "The amount of paint needed to paint the room is: " << paintNeeded << " gallons";