subject
Engineering, 24.03.2020 05:29 kkartes753

#include #include using namespace std; int main() { const int SCORES_SIZE = 4; vector lowerScores(SCORES_SIZE); unsigned int i; for (i = 0; i < lowerScores. size(); ++i) { cin >> lowerScores. at(i); } /* Your solution goes here */ for (i = 0; i < lowerScores. size(); ++i) { cout << lowerScores. at(i) << " "; } cout << endl; return 0;

ansver
Answers: 1

Another question on Engineering

question
Engineering, 03.07.2019 14:10
The y form of iron is known as: a) ferrite b) cementite c) perlite d) austenite
Answers: 3
question
Engineering, 04.07.2019 18:10
Aplate clutch has a single pair of mating friction surfaces 250-mm od by 175-mm id. the mean value of the coefficient of friction is 0.30, and the actuating force is 4 kn. a) find the maximum pressure and the torque capacity using the uniform-wear model. b) find the maximum pressure and the torque capacity using the uniform-pressure model.
Answers: 3
question
Engineering, 04.07.2019 18:10
Adouble-strand no. 60 roller chain is used to transmit power between a 13-tooth driving sprocket rotating at 300 rev/min and a 52-tooth driven sprocket. a) what is the allowable horsepower of this drive? b) estimate the center-to-center distance if the chain length is 82 pitches. c) estimate the torque and bending force on the driving shaft by the chain if the actual horsepower transmitted is 30 percent less than the corrected (allowable) power.
Answers: 3
question
Engineering, 04.07.2019 18:10
Give heat transfer applications for the following, (i) gas turbines (propulsion) ) gas turbines (power generation). (iii) steam turbines. (iv) combined heat and power (chp). (v) automotive engines
Answers: 1
You know the right answer?
#include #include using namespace std; int main() { const int SCORES_SIZE = 4; vector lowerScores(SC...
Questions
question
Social Studies, 03.07.2019 19:30