Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Average Steps Taken ( 1 5 points ) A Personal Fitness Tracker is a wearable device that tracks your physical activity, calories burned, heart rate,

Average Steps Taken (15 points)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.A file named steps.txt can be downloaded. 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.)Create a file (name it 'lastname_avg.txt', use your real lastname) with:(1) Heading explaining the contents of the file. (3 points)(2) Have two columns - Month and AVERAGE steps taken. (3 points)(3) Then the values for each month. (9 points)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Bioinformatics Databases And Systems

Authors: Stanley I. Letovsky

1st Edition

1475784058, 978-1475784053

Students also viewed these Databases questions

Question

What is group replacement? Explain with an example. (2-3 lines)

Answered: 1 week ago