Programming Homework

profilexxyyoopp
programming_homework.zip

Programming Homework/Assignment.docx

This programming assignment requires developing a program capable of counting and displaying the number of Words, letters which are vowels and, the “ST” letter combination. The program allows the user to enter text into the large text box and to select choices from the List Box at the left. For example, when “Number of A’s” is clicked the program will display the total number of letter A’s, both upper and lower case, in the corresponding label. For testing and program submission, please use the text shown. Your program should exhibit all of the features of the sample program. The program is designed to exercise use of some of the String manipulating statements we’ve learned. The program will use Select Case or If Then ElseIf statements. The program will also require use of at least one looping structure. ToUpper will also prove useful in counting both upper and lower case forms of letters. The program must use a list box to accept user choices and another list box to display occurrences and positions of values searched for. The program will be graded by the following rubric:

Grading Rubric for Programming Assignments

· aesthetics – overall appearance of project 10%

· correct program submission to G: drive 15%

· user interface – convenience, efficiency, human factors engineering 15%

· selection of algorithm – logic correct and efficient 15%

· program documentation – comments, meaningful variable names 15%

· program execution – executes correctly with correct user input 20%

· executes predictably on bad user input, traps/prevents errors 10%

Programming Homework/Homework.exe