Loading

[NEW SOLN] CSIS 111 MODULE WEEK 1 ASSIGNMENT BASIC ELEMENTS

  1. [SOLVED] CSIS 111 MODULE WEEK 1 ASSIGNMENT BASIC ELEMENTS: 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. [SOLVED] CSIS 111 MODULE WEEK 1 ASSIGNMENT BASIC ELEMENTS: 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. [SOLVED] CSIS 111 MODULE WEEK 1 ASSIGNMENT BASIC ELEMENTS: Compile and run your code.

Submit C++ Programming Assignment 1 by 11:59 p.m. (ET) on Monday of Module/Week 1.

Support