Question: PLEASE DUE TONIGHT THE PROGRAM YOU MIST USE IS C++ Start a new project and insert the following program, making sure to include and complete
Start a new project and insert the following program, making sure to include and complete the comment header information. Fix any bugs in the program. \#include \#indlude string> using namespace std; int main() \{ string first; cout endl "Please enter your first name: "; cin first; cout "Hi " first ": I hope you will enjoy CIS 150 this semester." endl; system("pause"); return 0 ; \} Question 3: Start a new project and write a program that displays this exact triangle. There are no spaces between the displayed characters: > +1++ >
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
