Each of the following programs has some errors. Locate as many as you can.
#include
using namespace std;
int main()
{
char name, go;
cout << "Enter your name: ";
cin >> setw(20);
cin.getline >> name;
cout << "Hi " << name << endl;
cout” Pres the Enter key to end this program.;
cin>> go;
return 0;
}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.