1. Write a script that inputs a line of text, tokenizes it with String method split and outputs the tokens in reverse order
2. Write a script that inputs several lines of text and a search character and uses String method index of to determine the number of occurrences of the character in the text.