Lesson 7: string operations. Given the string "This is a test" Write a program that prints the first four words using LEFT$, then have it print out the last 5 characters with RIGHT$. Finally use a FOR loop to write out each character in the string individually using MID$. Bonus points if you ask the user for a string to work on using INPUT. None of these should involve much time or code.