Question: Sample Input / Output: If the input is Input to program If your code requires input values, provide them here. Instructions: Create a Python solution

Sample Input/Output:
If the input is
Input to program
If your code requires input values, provide them here. Instructions:
Create a Python solution to the following task. Ensure that the solution produces output in exactly the same format shown in the
sample(s) below, including capitalization and whitespace.
Task:
Create a solution that accepts three integer inputs representing the number of times an employee travels to a job site. Output the
total distance traveled to two decimal places given the following miles per employee commute to the job site. Output the total
distance traveled to two decimal places given the following miles per employee commute to the job site:
Employee A: 15.62 miles
Employee B: 41.85 miles
Employee C: 32.67 miles
The solution output should be in the format
Distance: total_miles_traveled miles
Sample Input/Output:
If the input is
1
2
3
then the expected output is
Distance: 197.33 miles
Input to program
(If your input requires input values, provide them here)
 Sample Input/Output: If the input is Input to program If your

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!