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 conduct code or a manual basically has to define the ways in which people must act in the company.
Explanation:
Every company has a set of standards and how the work culture exists in their company.
This is often a direct inference of the practices of their company in the market and what their place is according to it.
It also depends on what industry the company is a part of.
Thus, the manual makes sure there is a directive way of understanding the rules of conduct of every worker within a company and even for the managers and executive there exists this way of understanding what it is about.
Answer:
Option D
Explanation:
In simple words, moral hazard refers to the situation when an individual do not act with full responsibility due to the fact that any loss from their behavior will be borne by some third party.
Thus, by assessing the employees before employment by a test will help to decide the employer if the individual is worthy of the job or not. Thus, efficient employees will be selected and less mistakes will occur.
Answer:
okkkkkkkkkkkkkkkkkkkkkkkk
Answer:
$8,800
Explanation:
Calculation for What is the amount of insurance expense that would appear on the company's income statement for the first year ended December 31
First step is to calculate insurance amount per year
Insurance=$26,400/2 years
Insurance= 13,200
Second step is to calculate the insurance value per months
Insurance value=13,200/12 months
Insurance value=1,100
Now let calculate insurance expense
Insurance expense =$1,100 x 8 months
Insurance expense = $8,800
Note that May 1 to December 31 will give us 8 months
Therefore the amount of insurance expense that would appear on the company's income statement for the first year ended December 31 will be $8,800