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:
Value of investment after 10 years will be $738244
Explanation:
We have given that Jason Allen is planning to invest $26000 today in mutual fund
So present value P = $26000
Rate of interest r = 11 %
Time period n = 10 years
We have to find the amount after 10 years
We know that amount is given by
, here A is future value , P is present value r is rate of interest and n is time period
So amount after 10 year will be 
=

So value of investment after 10 years will be $738244
Answer:
Cash and equivalents $700 Debit*
Accounts Receivables $700 Credit*
Explanation: The cash represents a debit because we are receiving the cash from a sale already made and the credit is made accounts receivable, because the product was previously sold only that a payment term was given to the person who is currently fulfilling, then the account receivable becomes cash as part of the company's operating cycle.
This is a <u>true</u> statement. If you can imagine yourself as a prospect who can get answers to your questions and as a character in a business story, you'll be more likely to buy from them rather than a business to which you can't relate.
To effectively tell your company's story, you must have a mission and supporting values that your prospects can relate to.
Your content's narrative conflict should be driven by the needs, problems, and buyer's journey stage of your prospects.
Always keep in mind that every story needs three storytelling components, such as characters, conflict, and resolution, so make sure yours is accurate and relatable.
Learn what appropriate questions a prospective buyer should ask about the operation of the business when buying an existing business: brainly.com/question/25211092
#SPJ4
Able sold to both the low and high-tech segments last year, and marketing predicts able will have the same market share next year. 1,841 units would you forecast for able.
Marketing describes the actions a business does to encourage the purchase or sale of a good or service. Advertising, selling, and delivering goods to customers or other firms are all included in marketing. Affiliates perform some marketing on behalf of a business.
Advertising is one of the primary methods used by marketing and promotion specialists to capture the interest of important target markets. Targeted promotions may include celebrity endorsements, memorable slogans or taglines, eye-catching packaging or graphic designs, and general media exposure.
Learn more about marketing here:
brainly.com/question/13414268
#SPJ4