// Billingsley_Lab1_2C.cpp : This file contains the 'main' function. Program execution begins and ends there.#include<iostream>usingnamespacestd;intmain(){cout<<"Hello World!\n"<<"Programmed to work and not to feel\n"<<"Not even sure that this is real\n"<<"Hello, world!\n\n";cout<<"\t- Part of \"Hello World\" by Louie Zong\n";return0;}