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.
Oxygen, Glucose, Chemical Energy
ACB I think ( not giving my word on this part)
They are essential to all ecosystems
<u>Full question:</u>
A _____ is a deliverable at the lowest level of the WBS that represents the level of work that the project manager uses to monitor and control the project.
a) WBS dictionary
b) Budget item
c) Line item
d) Work package
Option D
A Work package is a deliverable at the lowest level of the WBS that represents the level of work that the project manager uses to monitor and control the project.
<u>Explanation:</u>
Work packages are the tiniest unit of activity that a project can be split down into when designing your Work Breakdown Structure (WBS). It can aid you to recognize the aspects you needed to prepare costs and work hours and then observe and maintain the application to completion.
Work packages can be recorded, cost evaluated, observed, and measured. Work packages provide for contemporary work to be performed on different components of a project in resemblance by multiple teams. Each team understands the tasks specified for the work package and finishes them by the specified deadline.
Answer:
However, despite 10 great breakthroughs of 2018 in technology, traditional libraries are still around – the British Library in London, the Library of Congress in Washington, D.C., the New York Public Library, the Bavarian State Library and many more which you can find in the list of 25 most famous libraries of the world. Although they don’t shy away from implementing some of the novelties into their structure and organization – all of them have quick access to the Internet. Well, why is it so? Is it going to keep that way? Just like in case with any other topic, making predictions is an ungrateful task, for the world is most likely to develop in the least predictable way – just like it always does. Let’s look at the ‘battle’ between digital and traditional libraries.
Explanation:
watts is the measurement for electrical power
V is abbreviation for volts
Answer is A Neither of the two students is correct