Module/Week 1 ASSIGNMENT (BASIC ELEMENTS)
1. Install Visual Studio Express 2019 for Windows Desktop (you willneed to create a free
Microsoft account as part of this process, if you do not alreadyhave one). LINK -
https://www.visualstudio.com/downloads/ Instructions forinstallation can be found in the
Reading & Study folder of Module/Week 1.
2. Create a new empty project in Visual Studio (VS) called “HelloWorld,” and then create a
new .cpp file called HelloWorld. Into your HelloWorld.cpp file,copy the contents of the
provided Lab Template (all of your programming assignments muststart by copying the
contents of the Lab Template into your main .cpp project file).Then below the “//Program
logic” line add the following code exactly as it appears here: cout<< “Hello World!” << endl;
3. Compile and run your code.
Submit C++ Programming Assignment 1 by 11:59 p.m. (ET) on Monday ofModule/Week 1