// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there./*Thomas TrinhCST116Lab 3: New York, New York*/#include<iostream>usingnamespacestd;usingstd::cout;usingstd::cin;usingstd::endl;intmain(){cout<<"Hello World!\n";}