Engineering
Engineering, 05.05.2020 22:59, Loggtech24

The problem you are solving is as follows : This program is going to have just one function. Its name will be main. In fact every program in ‘C++’ will have a function called main. The computer needs to know where the execution starts. You need more "components" on top of the program to make it work. (Hint: see the "hello world" example in Module-1C to find out what is missing) int main() { return 0; } Inside those curly brackets and before the return statement you will be typing lots of print statements. cout << "NAME:\t"; cout << "E-MAIL:\t"; cout << "MAJOR:\t"; cout << "COMPUTER EXPERIENCE:\t"; After each of the cout statements given above, write another statement to output the information. So you will have at least eight statements in all. You will submit: the .cpp file with both the code and the output shown as a comment at the bottom, and the .txt file showing the output only, i. e. copy the output from the console and then paste to a .txt file. See instructions in Appendix III of Module 1. Here is a sample of the output and it should look at least like this on the console window:

answer
Answers: 2

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, genyjoannerubiera
Assuming compressible flow of air and that the measurements are done at flagstaff a pitot static tube that gives the difference of total and static pressure measures 0.35 m of mercury. what is the velocity of air? assume the temperature to be 300k. (submit your excel or matlab calculation sheet)
Answers: 1
image
Engineering, 04.07.2019 18:20, 1230bering
Select any two (2) areas of applications of chain-drive. (clo4) a)-permanent lubrication necessary b)-hydraulic forklift truck operation c)-rigging and heavy moving materials d)-relatively high maintenance costs e)-costlier than belt drives
Answers: 2
image
Engineering, 04.07.2019 19:10, netflixacc0107
What is the major difference between thermoplastics and thermosetting plastics from the polymerization structure point of view?
Answers: 2
image
Engineering, 04.07.2019 19:10, pedropaulofpedrosapp
Tom is having a problem with his washing machine. he notices that the machine vibrates violently at a frequency of 1500 rpm due to an unknown rotating unbalance. the machine is mounted on 4 springs each having a stiffness of 10 kn/m. tom wishes to add an undamped vibration absorber attached by a spring under the machine the machine working frequency ranges between 800 rpm to 2000 rpm and its total mass while loaded is assumed to be 80 kg a) what should be the mass of the absorber added to the machine so that the natural frequency falls outside the working range? b) after a first trial of an absorber using a mass of 35 kg, the amplitude of the oscillation was found to be 10 cm. what is the value of the rotating unbalance? c) using me-3.5 kg. m, find the optimal absorber (by minimizing its mass). what would be the amplitude of the oscillation of the absorber?
Answers: 3
Do you know the correct answer?
The problem you are solving is as follows : This program is going to have just one function. Its nam...

Questions in other subjects:

Konu
Social Studies, 01.09.2021 14:00