Each of the following programs has some errors. Locate as many as you can.
(Assume the user enters George Washington.)
#include
#include
using namespace std;
int main()
{
Constant in size = 20;
Char userInput [size];
cout << "What is your name? ";
cin.getline(userInput, size);
cout << "Hello " << userInput << endl;
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.