Question: Use C++ and Visual Studio Write a program call string1_LastNameFirstName.cpp that prompt for word one and prompt for word two. Using cin to read in
Use C++ and Visual Studio
Write a program call string1_LastNameFirstName.cpp that prompt for word one and prompt for word two. Using cin to read in the words and print the length of each word and join the two words together with a space between the two words. Output Please enter word one : Hello Please enter word two: World Word one length is 5 Word two length is 5 The two words together are "Hello World
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
