Discussion:
Q: Create a program to:
Prompt the user for 3 sentences of text. Pass these pieces of text into a function connect () which will connect all three sentences into one long sentence. Pass the combination sentence back to the main program, where it is printed.
Language is C Basic.