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:
B, disgorgement
Explanation:
Funds that were received through illegal or unethical business transactions are disgorged, or paid back off.
Answer:
Sorters and Farmworkers.
Explanation:
Not for sure if this is the answer, BUT it most likely is.
Answer: Option (d) is correct.
Explanation:
Correct Option: Marginal revenue equals marginal cost.
Pure monopoly is a market situation in which there is a single firm who are producing the goods and these goods are the close substitute. There is no other firm in the market. So, the monopoly firm is the price setter.
The output level that is produced by the profit maximizing monopoly firm is at a point where marginal revenue is equal to the marginal cost. It is the same profit maximizing condition that a competitive firm also utilize to find their equilibrium level of output.