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) The United States felt if Europe was financially stable then communism would be less likely to spread.
Explanation: One of the major goal of the United States in giving financial aids to Europe and Latin America was to assist in rebuilding the war-torn regions, remove trade barriers, modernize industry, improve European prosperity, and prevent the spread of Communism. This was known as the European Recovery Plan in 1948 which was to send foreign aid to Western Europe. During this period, the United States transferred over $12 billion dollars in economic recovery programs to Western European economies after the end of World War II.
Police or security
They help to protect and make sure everyone is safe
Answer:
The correct answer is the option C: To avoid conflicts of interest.
Explanation:
To begin with, the term of risk assesstment refers to the process of identifying and analyzing possible future threats that may cause harm to the individuals or the assets of the company and from there on to evalute possible solutions to those situation that the company does not want to. Moreover, the risk manager is the one who should take care of those aspects and therefore that an RA team is the one that is being under his commands and should focus on the fact of identifying and analyzing the problems as well as evaluating instead of correcting some of those deficiencies and therefore that they need to have a different mind in the theme because they need to avoid conflicts of interest with the other team that is responsible from correcting.
Thank you for the 5 points