Posts by Jefferson Pedro • 1 point
1 post
-
0
votes1
answer261
viewsQ: How to Read and Print String with c++ space?
I even managed to make my program read the String (name of a person) with space in C++. However, when printing only returns the first name of the person as in my program below. //Write a program…