Answer:
#include <iostream>
using namespace std;
int main()
{
int exam1 = 70;
int exam2 = 85;
int examAverage;
examAverage = (exam1+exam2)/2;
cout <<"The Average of Exam1 and Exam2 is: "<<examAverage<<endl;
return 0;
}
Explanation:
Using the C++, we declare the three variables all of type
exam1
exam2 and
examAverage
We assign initial values of 70 and 85 to exam1 and exam2 respectively
The type of network that consists of multiple Windows computers that share information is peer-to-peer. In this network, the computer serves as an authoritative source of user information.
<h3>Peer-to-peer computer networks</h3>
A peer-to-peer (P2P) network can be defined as a type of network where the computer acts as a source of user information.
In P2P, a cluster of different computers are linked and they have the same permissions for processing data in the network.
This type of computer network (peer-to-peer computer network) has been created to serve and/or receive data.
Learn more about peer-to-peer computer networks here:
brainly.com/question/1172049
Important tools used in the "Define" phase of the DMAIC process include a project charter, a description of customer requirements, process maps, and Voice of the Customer (VOC) data.
The answer is (data) abstraction!
Hope it helped (:
The answer is a i looked up the question and it says a