Below is the C++ program that satisfies the above functionality. Please copy the below program in your editor and test.
PriceCalculation.cpp
#include <iostream>
using namespace std;
int main(){
int colonialprice,splitprice,singleprice,
colonialArea,splitArea,singleArea,
colonialTotalPrice,splitTotalPrice,singleTotalPrice;
cout<<"Enter Colonial base price :";
cin>>colonialprice;
cout<<"Enter Colonial Finished Area :";
cin>>colonialArea;
cout<<"Enter Split entry base price :";
cin>>splitprice;
cout<<"Enter Split entry Finished Area :";
cin>>splitArea;
cout<<"Enter Single Entry base price :";
cin>>singleprice;
cout<<"Enter Single Entry Finished Area : ";
cin>>singleArea;
colonialTotalPrice =colonialprice *colonialArea;
splitTotalPrice = splitprice*splitArea;
singleTotalPrice = singleprice*singleArea;
if((colonialTotalPrice<splitTotalPrice)&&(colonialTotalPrice<singleTotalPrice)){
cout<<"House type with least price per square foot :
COLONIAL";
}else
if((splitTotalPrice<colonialTotalPrice)&&(splitTotalPrice<singleTotalPrice)){
cout<<"House type with least price per square foot :
SPLIT-ENTRY";
}else
if((singleTotalPrice<colonialTotalPrice)&&(singleTotalPrice<splitTotalPrice)){
cout<<"House type with least price per square foot :
SINGLE-ENTRY";
}
cout<<endl;
}

Output 1:

Output 2:

Output 3:

C++: Samantha and Vikas are looking to buy a house in a new development. After looking...
5. The following is a scatterplot of the selling price in dollars) of a house versus the living space (in square feet). Seng Price 500000 450000 400000 350000 300000 250000 200000 1000 1500 2000 2500 Living Area 3000 3500 Which of the following statements is false? There is a positive linear relationship between selling price and living area. The house that is around 1050 square feet sold for about $305,000. An increase in living area causes an increase in selling...
JAVA You have been scrimping and saving and are now looking to buy a new car. You decided you want to buy a Honda Civic because of its good gas mileage, good trade in value and available features. Now you get to choose a package of options. Base price: $17,950 The car comes with these different option packages: Option ‘P’ includes: auto transmission, power windows and locks, stereo sound system. Cost: base + 1200 Option ‘L’ includes: all of the...
Real estate expert Mike Aubrey is a strategist! His objective is always to sell the house. He believes that ineffective sellers need a “reality check” or to realistically assess their situations. The purpose of this assignment is to identify/apply strategic concepts discussed in this class within the show’s context. The assigned episode is no longer available online, so it is summarized below. (If you are interested in viewing current episodes, click on the following link: http://www.hgtv.com/hgtv176/videos/index.html .) The following scenario...
Using supply analysis, explain how is supply applied in the article below about Tesla.? Thank you so much for your help. Factors Affecting Supply (Tesla) The Cost of Production and Cutting Off Unprofitable Vehicle Models In January of 2019, Tesla cut 7% of its workforce to ramp up production of its Model 3 sedans, reducing the price of its products and boosting margins. At the same time, the company discontinued the cheapest versions of its Model S sedans and Model...
SYNOPSIS The product manager for coffee development at Kraft Canada must decide whether to introduce the company's new line of single-serve coffee pods or to await results from the product's launch in the United States. Key strategic decisions include choosing the target market to focus on and determining the value proposition to emphasize. Important questions are also raised in regard to how the new product should be branded, the flavors to offer, whether Kraft should use traditional distribution channels or...
Founded in 2006 by Blake Mycoskie, TOMS Shoes was an American footwear company based in Santa Monica, California. Although TOMS Shoes was a for-profit business, its mission was more like that of a not-for-profit organization. The firm’s reason for existence was to donate to children in need one new pair of shoes for every pair of shoes sold. Blake Mycoskie referred to it as the company’s “One for One” business model. While vacationing in Argentina during 2006, Mycoskie befriended children...
Please read the article and answer about questions. You and the Law Business and law are inseparable. For B-Money, the two predictably merged when he was negotiat- ing a deal for his tracks. At other times, the merger is unpredictable, like when your business faces an unexpected auto accident, product recall, or government regulation change. In either type of situation, when business owners know the law, they can better protect themselves and sometimes even avoid the problems completely. This chapter...