Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 6 Programming Exercise 12 #1

Closed
MrWman opened this issue Mar 21, 2022 · 0 comments
Closed

Chapter 6 Programming Exercise 12 #1

MrWman opened this issue Mar 21, 2022 · 0 comments

Comments

@MrWman
Copy link

MrWman commented Mar 21, 2022

Hi,
I noticed that Chapter 6 is missing questions 11 and 12, but I need the code for only programming exercise 12: Average Steps Taken.
Do you think you can release the code to that questions?

The instructions are listed below for you reference.
12. Average Steps Taken
A Personal Fitness Tracker is a wearable device that tracks your physical activity, calories
burned, heart rate, sleeping patterns, and so on. One common physical activity that most
of these devices track is the number of steps you take each day.
If you have downloaded this book’s source code from the Computer Science Portal, you
will find a file named steps.txt in the Chapter 06 folder. (The Computer Science Portal
can be found at www.pearsonhighered.com/gaddis.) The steps.txt file contains the
number of steps a person has taken each day for a year. There are 365 lines in the file, and
each line contains the number of steps taken during a day. (The first line is the number of
steps taken on January 1st, the second line is the number of steps taken on January 2nd,
and so forth.) Write a program that reads the file, then displays the average number of
steps taken for each month. (The data is from a year that was not a leap year, so February
has 28 days.)

Thank you
steps.txt

@MrWman MrWman closed this as completed Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant