Type a phrase into the box and the program will analyze the sentence. For example, 'The quick brown fox jumps over the lazy dog.' has 11 vowels, 23 consonants, 1 y*, 8 spaces, 1 instance of punctuation, 0 even numbers, and 0 odd numbers. NOTES -- ~ It analyzes things by character. For example, it will count '11' as two odd numbers, and '12' as one odd number and one even number. * Counted separately from everything else because it can be either a consonant or a vowel. Hi ------------------------------------------------------------------------ In this set of instructions, everything above the line has 129 vowels, 212 consonants, 8 uses of the letter y, 249 spaces, 26 uses of punctuation, 5 even numbers, and 8 odd numbers.
This is all my own code, so if you use any of it, please credit me. Update Log --------------------------- - 6/16/19 Released! - (There may be others, but I don't remember them...) - 10/17/19 Now mobile-friendly!