Answer:
Networks prevent unauthorized access to data and protect equipment. Networked computers are less likely than single computers to suffer equipment failure. Networks allow computers to connect quickly and to share data or equipment.
Explanation:
All of the answers
#include<iostream>
using namespace std;
int main()
{
int userNum;
userNum=9;
while(userNum>=0)
cout<<"Body"<<endl;
cin>>userNum;
}
cout<<"Done"<<endl;
return 0;