Answer:
Microsoft Word is pretty helpful.
Explanation:
I go to school and at school I have projects with Microsoft Word and it's pretty easy to understand. I'd recommend.
Answer:No service from hospital for injured people
Explanation:
Yes of course
Answer:
float time_hourly=(time_min/60);
float speed_mph=(distance_mil/time_hourly);
Explanation:
I have taken a float variable time_hourly to convert the time given in minutes in hours.We need to divide the time in minutes by sixty since there are 60 minutes in an hour.
I have taken a float variable speed_mph to calculate the speed.Since we know the speed is distance/time and provided the distance is in miles and the time is in hours.