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:
- Asks the user for number of runs
- For each run, ask the user
- What the distance was in miles (in decimal format, e.g. 3.1 miles is acceptable)
- What the time was in minutes (in decimal format, e.g. 23.9 minutes is acceptable)
- 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
Get step-by-step solutions from verified subject matter experts
