Write a simple program that will allow a user to key in a memo that is not more than 200 words (not characters). If the user type more than 200 words, your program will inform the user to do further summary in order it is not more than 200 words. Once your program confirmed that the memo does not exceed 200 words, you will re display the message in a format that every line does not exceed 80 characters. If it is more than 80 characters, the last word for that particular line will move to next line to display. At the end of the display message, you will show a summary of number of words and characters in the memo. .............................