Question: Write a C program which performs the following operations (be sure to give all numeric output to two decimal places): Assigns a value (275.5) representing
Write a C program which performs the following operations (be sure to give all numeric output to two decimal places):
Assigns a value (275.5) representing the distance in miles traveled by a car
Assigns a value (8.5) representing the number of hours taken to travel that distance
Computes the speed of the car in miles/hour (speed = distance/time)
Computes the speed of the car in meters/second (use 1 mile = 1600 meters)
Note: Do not perform your own calculations and have your program output the results. All of the calculations for the lab should be performed within your program. Use the following guidelines to develop your program:
Declare your variables with appropriate data types.
Assign values to your variables.
Perform your calculations.
Generate appropriate output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
