Because there are many ways to deal with it or to do it and there are many different things
The answer is D
<span>D) It allowed computers to be smaller because the chip allowed for the creation of computer components with varying capabilities.</span>
Errors in compilation happen, or it runs but then doesn't recognize the input. Also you can't transform into other types of variables.
Answer:
int x;
indata.open("lottowins");
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata.close();