How would you modify the code in Exercise so that a blank line would be displayed between the two sentences?
Exercise
cout << "My name is: ";cout << "Doe, Jane" << endl;cout << "I live in ";cout << "Ann Arbor, MI ";cout << "and my zip code is " << 48109 << endl;
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.