Question: String location _ input is read from input. String my _ str contains special characters. Modify my _ str so the program outputs Let's meet
String locationinput is read from input. String mystr contains special characters. Modify mystr so the program outputs Let's meet at Jon's favorite followed by locationinput.
Ex: If the input is hotel, then the output is:
Let's meet at Jon's favorite hotel
locationinput input
mystr Lets meet at Jon's favorite'
printmystr locationinput # Output mystryfollowed by locationinput, separated by a whitespace
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
