Question: Write a program in C that allows users to input the drone's ID, distance moved (in m), time taken (in s). The program should calculate

Write a program in C that allows users to input the drone's ID, distance moved (in m), time taken (in s). The program should calculate the average speed (in m/s) of the drone and display it along with the drone's ID, distance moved, and time taken. Average Speed = Distance Moved / Time Taken
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
