Answer:
Following are the program in C++ language :
#include <iostream> // header file
using namespace std; // using namespace
int main() // main method
{
int amount,total=0; // two int variable declaration
cout<<" enter amount:";
cin>>amount; // read input amount first time
total=total+amount; // first calculation
cout<<" enter amount:";
cin>>amount; //read input amount second time
total=total+amount;// second calculation
cout<<" enter amount:";
cin>>amount;// read input amount third time
total=total+amount;// third calculation
cout<<"total:"<<total; // display total
return 0;
}
Output:
enter amount:12
enter amount:12
enter amount:12
total:36
Explanation:
Following are the explanation of program which is mention above
- Declared the two variable total and amount of int type .
- Initialize the variable total to "0".
- Read the 3 input in "amount" variable in one by one by using cin function and adding their value to the "total "variable .
- Finally display the total.
Answer:
Operations management will put everything in place to make and distribute the new product.
Explanation:
The sales and marketing group could make a great promotion campaign but if the product isn't ready or isn't in the stores shelves by the moment the campaign hits the media it will be useless.
The operations management's job to put everything in place to make and distribute the new product.
Other choices are not right because....
... will market the new product: no, it's the Sales and Marketing's job to do it.
... hire new employees: no, it's he human ressources' job to do it.
... will sell the new product: no, it's the Sales and Marketing's job to do it.
Answer:
The Answer Is False Because They Aren't Called Peripherals
The answer is a <u>sequence structure</u>
Answer:
New Formatting Rule.
Explanation:
Using New Formatting Rule the rule can be used in the database .Conditional formatting is used to highlight cells with different color according to the value of the cell. Conditional formatting can be done using formulas.In conditional formatting you can use if statements ,if else staements ,formulas etc.