C++ printing a user inputted string with the first character on the first line then two the next line code example
Example: cpp cout more than 1 value
cout << "Hello, I am " << age << " years old and my zipcode is " << zipcode;
cout << "Hello, I am " << age << " years old and my zipcode is " << zipcode;