• Home
  • Blog
  • Your final project will be to analyze, design, and document a simple program that utilizes a good design process and…

Your final project will be to analyze, design, and document a simple program that utilizes a good design process and…

0 comments

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 at least one function call and the use of at least one array. This must be written in C. 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.

Additional details about the program you need to write:

  1. Family sizes vary, however you should design to be able to enter at least 50 Family members.
  2. Your test cases should have at least 5 family members.
  3. Be sure to separate some functionality into functions or submodules. Having all functionality in the main module is not a good design.
  4. Your design should consider how to indicate the family member entry is complete.
  5. Carefully consider the best data type for each of your variables. (e.g. when to use Float versus Integers versus Strings)

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}