Question: 1. Write a program that reads three strings from the user, then determines and prints how many times the letters ‘e' appears in the first string, ‘t' appears in the second string and ‘n' appears in the third string. Have a separate counter for each letter.
2. Write a program that draws 25 vertical, randomly spaced parallel lines of fixed length.