Question: Project: Running log This Semesters Project will be on Creating A Running Log. The running log can consist of recording/calculating running pace for certain distances

Project: Running log

This Semesters Project will be on Creating A Running Log. The running log can consist of recording/calculating running pace for certain distances over time. It is also possible the project will grow and incorporate other aspects of running- For example, recording the outdoor temperature during a run, calculating how many calories were burned during a run, cumulative running distance, etc.

For this weeks project work, Write a program that:

  1. Asks the user for number of runs
  2. For each run, ask the user
    1. What the distance was in miles (in decimal format, e.g. 3.1 miles is acceptable)
    2. What the time was in minutes (in decimal format, e.g. 23.9 minutes is acceptable)
  3. Output the average pace (in minutes per mile) of all runs.

Since this is a week focusing on complexity, write the program in O(n) (linear) time, where n is the number of runs in step 1

Note: In general, Project work will be more free-form than other assignments. So in this case, your input/output format is more up to you. Please make it as usable and readable to the user as possible.

Submission instructions:

Submit the projects. java file in Blackboard

My Java Programming ll class please help

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 Databases Questions!