Answer:
She might feel really fatigued or stressed.
Explanation:
When you don't sleep before an exam it makes very tired and even more stressed than you might have been if you didn't study as much and did get a good night of sleep. Hope this helps :)
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_VALS = 4;
vector<int> testGrades(NUM_VALS);
int i = 0;
int sumExtra = -9999; // Assign sumExtra with 0 before your for loop
testGrades.at(0) = 101;
testGrades.at(1) = 83;
testGrades.at(2) = 107;
testGrades.at(3) = 90;
/* Your solution goes here */
sumExtra = 0;
for(i = 0; i <= testGrades.size() -1; i++){
if(testGrades.at(i) > 100){
sumExtra = sumExtra + (testGrades.at(i) - 100);
}
}
cout << "sumExtra: " << sumExtra << endl;
return 0;
}
Explanation:
Looks like you almost solved the question. I highlighted the parts you have been missing above.
In order to use vectors in C++, you need to add the vector library at the beginning of the program, #include <vector>
In order to initialize the vector, you need to specify its type inside <int>, since we work with the integers in the question the type must be <em>int</em>
Answer:
The students who buy lunch are not getting enough time to socialize/ eat lunch because they spent it standing in line
Explanation:
That would be my guess, hope this helps
Answer:The main goal of data preservation is to protect data from being lost or destroyed and to contribute to the reuse and progression of the data.
Explanation:
D because it has limitations or <em><u>constraints</u></em><u />
D again because communication technology is used for all of these things.
Sender, Message, Receiver, Feedback
It can cause the system to conform to situations.
If they don't know the properties then they could damage their equipment or the project by misusing it.
Solids, Liquids, Gasses, Plasma, and Bose-Einstein condesates