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.

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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
