0
You need to calculate the flight time of an upcoming trip. You are flying from LA to Sydney, covering a distance of 7425 miles,
Phyton
2 Respuestas
+ 7
Nikhil Dhangar
Time=distance/speed
Try to attempt your code using this formula
+ 2
The question is incomplete, But I got where you got stuck.
----
The relationship between distance, time, and speed is given as follows:
Time = Distance/ Speed,
In the problem, the distance is given, and you must be given the speed, or average speed, to calculate the flight time.
Hope it helped.