How to make a While-End or (For End) repetition using C code
Summing the total miles run or walked in a typical week.
Be sure to provide an overview of what your repetition structure is doing. Please keep the design simple for this exercise. Just a few lines of code is all that is needed for this response. Provide the C code and a screen capture showing the results of testing your code in an online compiler. Be sure to test your code with several test cases and show your test case table. Include header documentation in the code as well as internal code documentation.