I have tried to understand writing C code and I've struggled to grasp this. I'm looking for any help I can get at this point. Below is a problem I need to write the C code for. Is there anyone that can help me?
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. This simple program will utilize a good design process and incorporate sequential, selection and repetitive programming statements as well as at least one function call and the use of at least one array.
I greatly appreciate any help anyone can offer.