I am to write a prog to manip sentences in diff ways. I am to prompt the user for the three manipulration options they wish. They are
reorder sentence
sentence encryption
count vowels
quit
You are to read in a sentence entered by the user. the words in this sentence will be in the wrong order
you are then to repeatedly prompt the user for the position of words to switch. after...