Question: Exercise: 0 4 - Average Steps Taken Use the attached file steps.txt ( underset { text { } } { }

Exercise: 04- Average Steps Taken
Use the attached file steps.txt \(\underset{\text {}}{}\)) that contains a series of integers to complete the progam.
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. The steps.txt \(\downarrow \)) file contains the number of steps a person has taken each \( d \) 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.)
\[
\]
Exercise: 0 4 - Average Steps Taken Use the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!