Choose a program from the menu: ---------------------------------------------------------------------------------------- Letter Finder: ---------------------------------------------------------------------------------------- For letter finder you have to type in a bit of text (doesn't matter how long) and then type in a letter that you want to look for in the text you typed in earlier. The program will check through each letter of the text and if it finds the right letter it will store it in a variable. Then it tells you how many times it found the letter you wanted to search for in the text! :) ----------------------------------------------------------------------------------------- Word Count! ------------------------------------------------------------------------------------------ For word count you have to type in some text (doesn't matter how long) and the program will count each character (including spaces and punctuation) and then tell you how many characters there were in the text you typed in! ------------------------------------------------------------------------------------------
I made this project entirely on my own.