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:
The most successful job candidates seek to transform themselves from the unknown into known quantities through networking.
<h3>What is meant by networking?</h3>
Networking, usually referred to as computer networking, is the process of moving data between nodes in an information system through a common media.
The most successful job hopefuls aim to use networking to go from being unknown to becoming a known quantity.
A computer network consists of two or more computers connected through cables (wired) or WiFi (wireless) for the transfer, exchange, or sharing of information and resources.
The goal of networking is to meet new people friends, acquaintances in related fields, and perhaps business partners. You can advance swiftly in your profession with these new connections. It becomes obvious why networking is such a great tool, not only for extroverts, when you put it that way.
To learn more about networking refer to:
brainly.com/question/1027666
#SPJ4
Because the internet make it so much easier for consumers to do research before making decision.
Through the internet, the consumers could know the credibility of a certain product by reading past experiences of other consumers that have used it before. Not only that, the consumers might know the side effects of the product which might be intentionally hidden by the producer.
Answer:
price for selling 3000 share right is $25060.87
Explanation:
Given data:
Total Amount raised= $4,400,000
Spreading rate = 6%
Subscription price = $20 per share
Number of share owned by company = 500,000
Per share cost = $45
Totals share own in the company = 3000
subscription price after deducting spreading rate 
Now, Right share 
Right price is calculated as
Right price = ((Number of share held * market price) + (Right share *Right price))/( Number of share held + Right share)
plugging all value in above relation

Right share = $36.65
single right value = 45- 36.65 = $8.35
Price for 3000 share right = 8.35 *3000 = $25060.86