Fill This Form To Receive Instant Help
Homework answers / question archive / First Letter: Display first letter of each word that is entered by the user
First Letter: Display first letter of each word that is entered by the user. Words are defined as being separated by a single space character. Words do no need to be made up of exclusively letters. For example 1000 should be treated as a word, and its first letter is 1.First Q:Show the position of the first Q in the string. Count the way non-programmers count. If there is no Q in the string then display None.Vowels Count the number of each of the five vowels in the string. For purposes of this application we will not treat Y as a vowel.
The results should be in a group box.
Characters Entered:
Create list box that shows all of the characters that are used in the string.
Treat lowercase letters in the string as uppercase letters. For example a t in the string should be displayed as a T in the list box.
Show each character in the list box only once. For example if there are five ts the in string there should only be one T is the list box.
Do not include the space character in the list box. The contents of the list box should be in sorted order. The results should be in a group box.
Telephone:
Translate the letters in the string into numbers using the system on a standard American telephone. For example, 555-GET-FOOD becomes 555-438-3663. Both upper and lower case letters should be translated into numbers. All non-letters should be displayed as is. The mappings are:
The results should be in a group box.
Other Requirements
Notes and Hints