Answer:
<em>C++</em>
////////////////////////////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include <vector>
using namespace std;
int main() {
vector<int> v;
int n = 1;
while (n != 0) {
cout<<"Enter an integer, the input ends if it is 0: ";
cin>>n;
v.push_back(n);
}
cout<<endl;
///////////////////////////////////////////////////////////
int sum = 0;
int num_positives = 0, num_negatives = 0;
for (int i=0; i<v.size()-1; i++) {
if (v[i] > 0)
++num_positives;
else
++num_negatives;
sum = sum + v[i];
}
//////////////////////////////////////////////////////////
cout<<"The number of positives is "<<num_positives<<endl;
cout<<"The number of negatives is "<<num_negatives<<endl;
cout<<"The total is "<<sum<<endl;
cout<<"The average is "<<(float)sum/(v.size()-1);
///////////////////////////////////////////////////////////
return 0;
}
Answer:
helthcare systems, aviation, entertainment, retail, etc
Explanation:
ICT has made life easy, it has made an interconection accross the world. in the helthcare system, ICT has created a positive impact because now a days body check up is been made through computers.
in the aviation, we use computers to control the the traffic of airplanes.
Answer:
To create a new database, follow these steps:
1.In the Mail Merge task pane, click Next: Select Recipients.
2.Click Type a new list.
3.Click Create. ...
4.After you type the information for a record, click New Entry to move to the next record. ...
5.In the New Address List dialog box, click OK
Answer:
Explanation:
Make sure resample is turned on
Turn on the chain link if you want the width and height to change together. If not, turn off the chain so that you can set your own width and height.
Choose your new size (you can choose to choose different measurement units by clicking on “inches”)
press ok
i hoped this helped!!!!!!!!