Note: Your pseudcode, flow-chart and test cases will be submitted next week.
1 a) Write the problem statements as of what is needed to solve this problem.
Ans 1a)
First, I must create a program that will allow the user to input a list of their family members that will include their age and state of residence. The program will also compute and print out the average age of the family as well as print out the names of every family member that resides in the state of Texas.
1 b) Write your analysis of the problem and the design approaches that you will take to solve this problem.
Ans 1b)
To begin with, I must first identify the input information. From the problem definition, I gathered that I will have 3 types of input data and they are: Family Members Names, Age, and State of Residence. The output data will consist of the average age of all the members of the family. Also I need an output printout of each family member that reside in Texas. Therefore, in my program I must be able to allow the user to input the information