The oldest retail setting is referred to as the Central Business District.
Hope this helps!
Answer:
#include<iostream>
#include<string>
#define N 10
#define M 4
using namespace std;
class Painting
{
protected:
string title;
string author;
int value;
public:
Painting(string Title="", stringAuthor="",int Value=400) {title=Title;author=Author;value=Value;}
void setTitle(string newTitle){title=newTitle;}
void setAuthor(string newAuthor){author=newAuthor;}
void display() {cout<<"Title:"<<title<<endl; cout<<"Author:
"<<author<<endl<<"Value:
"<<value<<endl;}
};
class FamousPainting:public Painting
{
public:
FamousPainting(string Title, stringAuthor, int Value=25000): Painting(Title,Author,Value){}
};
int main()
{
Painting *paintings=new Painting[N];
stringfamous[M]={"Degas","Monet",
"Picasso","Rembrandt"};
string title, author;
int i,k,j;
for(i=0;i<N;i++)
{
cout<<"Input title: ";
getline (cin, title);
cout<<"Input author: ";
getline (cin, author);
k=-1;
for(j=0;j<M;j++)
if(famous[j]==author)
{
k=j;
break;
}
if(k>=0)
paintings[i]=FamousPainting(title,author);
else
paintings[i]=Painting(title,author);
}
for(i=0;i<N;i++)
{
cout<<"Painting#"<<i<<":"<<endl;
paintings[i].display();
}
return 0;
}
Explanation:
I would recommend it lower its price.
Explanation:
iWatch is not a product a lot of people wish for and it doesn't compliment the life of users enough to be expensive to buy. When it is expensive sales will reduce which would make sales revenue reduce but if the price is low a lot of people will patronize the product thus increase revenue.
#learnwithbrainly
The effect that the newly installed air conditioning system would have on the property's effective age would be: it decreases it.
<h3>What is a Property's Effective Age?</h3>
The effective age of a property can be described as the reflection of the true life of the property that is left remaining, based on the life expectancy that is typical of equipment or buildings that are similar to it and their usage.
So, when a property owner installs a new air conditioning system on a property, the air conditioning system, can cause wear and tear to the property which reduces how long the property can serve its purpose.
Therefore, we can conclude that the effect that the newly installed air conditioning system would have on the property's effective age would be: it decreases it.
Learn more about a Property's Effective Age on:
brainly.com/question/16490794
#SPJ4