Using string methods, write a program that does the same thing as this text analysis program.
Be sure your program handles the middle character the same way mine does when the length of the input string is an even number. Test it with input strings of varying (odd and even) length.
Turn in a screen shot of your program analyzing the input string: "visual basic dot net" along with a program listing.
Hint: integer division (\) might be helpful in finding the middle character of a string.