The answer is In 1960 her dad invented on of the first spray valves for paint cans and formed a company called Univalve Corperation.
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:
D. contingency planning
Explanation:
A contingency plan is a plan that is made to take account of a future occurence or event that might affect the workability or effectiveness of the current plan.
A very simple example of contingency plan is keepin an umbrella with you at all times just incase it starts to rain.
cheers.
Answer:
35,972
Explanation:
The equivalent annual cost can be calculated dividing NPV by the annuity factor
In order to find NPV first
Year1 Year2 Year3 Year4 Year5 Total
Operating and
Maintenance 18000 21000 24000 27000 30000 -
Discount factor(10%) 0.909 0.826 0.751 0.683 0.620 -
Discounted CFs 16362 17346 18024 18411 18600 88,713
Salvage 12000
Discount factor(10%) 0.620
Discounted salvage 7440 (7440)
Inital Cost (55,000) (55,000)
NPV 136,333
Calculation for EAC
NPV = 136,333
Annuity factor for 5 years = 3.790
Equivalent annual cost = NPV /Annuity factor
Equivalent annual cost = 136,333/3.790
Equivalent annual cost = 35,972
Answer:
11.40
32 days
Explanation:
Inventory turnover and days of sales of inventory are examples of activity ratios.
They are used to measure the efficiency of performing daily tasks
inventory turnover = Cost of goods sold/ average inventory
Average inventory = ($118,000 + $110,000) / 2 = $114,000
Inventory turnover = $1,300,000 / $114,000 = 11.40
days of sales of inventory = 365 / inventory turnover = 365 / 11.40 = 32 days