Question: write c++ code Please read the assignment carefully and make sure that you include all of the lab requirements. The lab asks that you prompt

write c++ code

Please read the assignment carefully and make sure that you include all of the lab requirements. The lab asks that you prompt for a user name and display "hello name"

Lab Requirements - Modify the provided source code to display Hello World and then prompt for the user's name. - Reply by displaying Hello and the input user name. - Compile and execute the project to insure that it executes correctly.

write c++ code Please read the assignment carefully and make sure that

The Hello World program is a classic programming example for any language introduction. Since a Hello World project is rather common implementing the code should not much of an exercise. The goal for this assignment is to ensure that you have your development environment setup correctly. For this lab assignment create a directory named Lab1 and in that directory create your main.cpp using the IDE editor. Lab Requirements . O Modify the provided source code to display Hello World and then prompt for the user's name. Reply by displaying Hello and the input user name. Compile and execute the project to insure that it executes correctly. You can find help compiling your program on the Compiling C And C++ Programs page. Archive the entire Lab1 directory and upload your archive file to Canvas. // // main.cpp Lab1 // #include int main(int argc, const char * argv[]) { std::cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!