Question: Intro to Debug Code help please! Using C++ : /* Author: Creation Date: Last Modification Date: Purpose: */ #include #indlude using namespace std; int main()
Intro to Debug Code help please! Using C++ :
/* Author:
Creation Date:
Last Modification Date:
Purpose:
*/
#include
#indlude
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;
}
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
