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:
Answer:
A lot of things can make a business unique since every entrepreneur has different ideas when starting a new business it depends on the persons approach to their business.
Answer: risk
Explanation: 100% satisfaction guarantee is a statement that if a customer of a product (or service) is not satisfied with the item purchased, then the producer will offer a full refund back to the customer. In this case REI allows this option for a period of up to 1 year after the sale was made.
REI utilises this option in an effort to reduce costs attributed to risk. For customers, this is a powerful tool as they are allowed to try the product, while knowing that if they don't like it then they can return it for a full refund. For REI, it increases customer trust as it allows customers to believe that the product is worth the sales price. It also reduces risk as REI is able to test the product out to actual customers and get a feel for if they like it, and what can be improved if needed.
It's Gender,Age,<span>Parental Status,and Income Level.
</span>
Answer:
a, Redistribute income from Victoria to Fredrick.
Explanation:
Marginal Utility is defined as the "change in the utility from an increase in the consumption of that good or service." According to my research on marginal utility, I can say that based on the information provided within the question we should Redistribute income from Victoria to Fredrick in order to maximize the combined total utility.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.