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. advertising.
Explanation:
A magazine can be defined as a written document published periodically to provide informations about a particular subject or field. An example is the Marketing News magazine.
Marketing News is a magazine from the American Marketing Association and it covers all aspects of the marketing industry, which is mainly read by academics and people working directly in marketing.
Magazine publishers are mainly dependent on adverts posted on their pages to generate revenues for the smooth running of their business.
Hence, half of the income for magazine publishers comes from advertising.
Basically, organizations and business firms submit their products or services to a magazine company for the purpose of promoting their business through advertising.
Answer:
b. -$350,000
Explanation:
The calculation of net cash used in financing activities is shown below:-
Net cash used in cash flow from financing activities = Borrow from bank - Dividend paid + Issue common Stock - Loan repaid
= $1,250,000 - $1,200,000 + $500,000 - $900,000
= -$350,000
Therefore for calculating the net cash used in financing activities we simply applied the above formula.
Answer:
Explaination given below:
Explanation:
The Permanent School Fund distributes money to school districts across the state based on the two factors as follows:
* student attendance
&
* guaranteed bonds issued by local school boards
The Permanent School Fund was organized in the year around 1854. The central goal of the Permanent School Fund is to support primary as well as secondary schools in the state.
Although the impact on the equilibrium quantity cannot be determined, a rise in demand and a decrease in supply will result in an increase in the equilibrium price. 1. Consumers now place a higher value on goods, and producers must charge a higher price to offer the goods; as a result, prices will rise for all quantities.
If demand increases at the same time as supply increases, as is the case in the scenario depicted, the new equilibrium price will be greater than the initial equilibrium price.
We therefore know that an increase in supply decreases equilibrium price and increases quantity, while a rise in supply increases equilibrium price and decreases quantity (and vice versa) (and vice versa).
To learn more on equilibrium price
brainly.com/question/14480835
#SPJ4