[Solved]Write Code C Following Ask User Enter String Consider Space Special Characters User Enter Q37072731
Write code in C++ to do the following: Ask a user to enter astring (consider space or any special characters). If the userenters ‘n’ clear the string and allow the user to enter anotherstring. If the user enters ‘.’ after a string (may or may not bespace included before ‘.’) then scan the staring including up to’.’ and print the scanned string.
Expert Answer
Answer to Write code in C++ to do the following: Ask a user to enter a string (consider space or any special characters). If the u… . . .
OR

