In: Computer Science
Module/Week 1 ASSIGNMENT (BASIC ELEMENTS)
1. Install Visual Studio Express 2019 for Windows Desktop (you will
need to create a free
Microsoft account as part of this process, if you do not already
have one). LINK -
https://www.visualstudio.com/downloads/ Instructions for
installation can be found in the
Reading & Study folder of Module/Week 1.
2. Create a new empty project in Visual Studio (VS) called “Hello
World,” 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 must
start 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 of
Module/Week 1
1. You need to install Visual studio Express 2019 for your desktop
2. Create a project as shown follows and copy all the content of your lab assignment here.
3. Now click on Run and output will be there like as follows-