subject
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:

ansver
Answers: 2

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, 19deleonl
Coiled springs ought to be very strong and stiff. si3n4 is a strong, stiff material. would you select this material for a spring? explain.
Answers: 2
image
Engineering, 04.07.2019 18:10, wyattlb97
Water at the rate of 1 kg/s is forced through a tube with a 2.5 cm inner diameter. the inlet water temperature is 15°c, and the outlet water temperature is 50°c. the tube wall temperature is 14°c higher than the local water temperature all along the length of the tube. what is the length of the tube?
Answers: 3
image
Engineering, 04.07.2019 18:10, juansoto227711
Journeyman training is usually related (clo2) a)-to specific tasks b)-to cost analysis of maintenance task c)-to control process to ensure quality d)-to installation of machinery
Answers: 2
image
Engineering, 04.07.2019 18:20, aly95
An engine runs on the ideal diesel cycle. the cycle has a compression ratio of 20 and a cutoff ratio of 2. the highest temperature in the cycle is 1200 k. if the heat into the system is 300 kj/kg of working fluid and using variable specific heats determine the work produced per mass of working fluid
Answers: 3
You know the right answer?
The problem you are solving is as follows : This program is going to have just one function. Its nam...

Questions in other subjects: