Examine the following program.
#include
using namespace std;
int main()
{
Char name[21]
cout << what is your name?” ;
cin>> name;
cout<< “Hello”<< name << endl;
return 0;
}
If jill runs this program and enters her full name, Jill Birkenstock, what will be displayed on the screen? How can the program be improved?
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.