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 live in Texas. It must include the following selection (e.g. an if statement or case statements)
2. repetition (e.g. a for or a while loop)
3. at least one function call (so you should have at least one user-defined function)
4. use of at least one array
2. repetition (e.g. a for or a while loop)
3. at least one function call (so you should have at least one user-defined function)
4. use of at least one array