Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design Create a word document that includes: A diagram of the solution Pseudocode of the solution Save your file as 5 Krunsdesign _ yourlastname.docx Implementation

Design
Create a word document that includes:
A diagram of the solution
Pseudocode of the solution
Save your file as 5Krunsdesign_yourlastname.docx
Implementation
Create a python program that demonstrates input, while loop, and print. The program should:
Ask the user for input in minutes (whole numbers) and stop asking for input when the user enters without input.
Calculate the number of days ran (count), the total number of minutes ran (sum), average minutes per run (sum/count), and the average kilometer per minute (sum/count/5).
Provide the output of the number of runs, total minutes, the average time in minutes, and average minutes per kilometer.
Document your program with appropriate comments.
Test your program using the test data provided
image text in transcribed

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

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions

Question

Have ground rules been established for the team?

Answered: 1 week ago

Question

a. How are members selected to join the team?

Answered: 1 week ago

Question

b. Will new members be welcomed?

Answered: 1 week ago