Module 1 Lab - Hello World

 Objective

The objective of this lab is to ensure you have your development (IDE) environment set up correctly. In this lab - we will be outputting a simple statement. You can open your IDE and create a C++ program to output the following two lines.

Hello, World!

Welcome to C++ Programming YOUR NAME!

Just so you know, I would like you to put your first name and last name in the place where I have YOUR NAME.

Deliverable

Upload the following:

  1. Full source code (in a txt or cpp file)

  2. Screenshot of the Console with the code executing

COSC-1336 / ITSE-1302 Computer Science - Author: Dr. Kevin Roark