Our final project will be to analyze design and document a


Your final project will be to analyze, design, and document a simple program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements as well as function and subprogram calls and uses arrays. The specific problem you need to solve for the final project is:

Design a program that will allow a user to Input a list of your family members along with their age and state where they reside. Determine and print the average age of your family and print the names of anyone who lives in Texas.

There are 2 components of your submission including:

Pseudocode- Provide pseudocode of your overall design that fulfills the requirements of the project

Test plan - Prepare at least 3 sets of input data (Test data) along with their expected output for testing your program. Your test data can be presented in the form of a table as follows (note: feel free to adapt to your design)
All of these components should be placed in a word document for submission.

Additional details about the program you need to write:

Family sizes vary, however you should design to be able to enter at least 50 Family members.

Your program needs to determine how many family members were input. You cannot have as an input the number of family members to be input

Your test cases should have at least 5 family members.

Be sure to separate some functionality into functions or submodules. Having all functionality in the main module is not a good design.

Your design should consider how to indicate the family member entry is complete.

Carefully consider the best data type for each of your variables. (e.g. when to use Float versus Integers versus Strings).

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Our final project will be to analyze design and document a
Reference No:- TGS01006115

Expected delivery within 24 Hours