Answer:
#include <iostream>
using namespace std;
void PrintPopcornTime(int bagOunces) {
if(bagOunces < 2)
cout << "Too small" << endl;
else if(bagOunces > 10)
cout << "Too large" << endl;
else
cout << 6 * bagOunces <<" seconds" << endl;
}
int main()
{
int userOunces;
cin >> userOunces;
PrintPopcornTime(userOunces);
return 0;
}
Explanation:
Inside the function PrintPopcornTime, check the parameter bagOunces using if structure. Depending on the value of bagOunces, print the required information.
Inside the main, ask the user for the userOunces. Call the PrintPopcornTime function with the userOunces.
Answer:
The benefits of having the operational data ware-house are as follows:
- The single operational warehouse typically support various tactical and the strategical decisions.
- It is subject oriented,volatile and integrated data warehousing in the system.
- The warehousing mainly allow the system to process the large complex data in more efficient manner.
- The operational warehouse are basically implemented for many business purposes.
The challenges of the operational warehouse repository are as follows:
- In the operational data warehouse there is large number of user expectations.
- The cost is the main challenge while designing the operational data warehousing as, it required efficient system in low cost.
- Choosing the efficient and correct type of the warehouse is the big challenge.
She used her communication skills meaning the verbal method.
Explanation:
Because she has a natural ability to talk and communicate well with others, offering them insight on any issues they may have or anything they may be lacking or struggling with. She's a natural born healer and giver.