Challenge: Calculating the Speed of a Car
Swipe to start coding
If we have the amount of distance (distance) a car has traveled, and the time it took to to cover that distance (timeTaken), we can calculate the average speed that car had throughout the journey, using the formula:
Speed = Distance / Time Taken
Note
The distance is in meters, and the time is in seconds.
The given code uses the two variables, distance and timeTaken to calculate and show the speed of a car.
- Define a function called
calcSpeed. - Put the given code inside the
calcSpeedfunction. - Execute the
calcSpeedfunction twice.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Großartig!
Completion Rate verbessert auf 1.33
Challenge: Calculating the Speed of a Car
Swipe um das Menü anzuzeigen
Swipe to start coding
If we have the amount of distance (distance) a car has traveled, and the time it took to to cover that distance (timeTaken), we can calculate the average speed that car had throughout the journey, using the formula:
Speed = Distance / Time Taken
Note
The distance is in meters, and the time is in seconds.
The given code uses the two variables, distance and timeTaken to calculate and show the speed of a car.
- Define a function called
calcSpeed. - Put the given code inside the
calcSpeedfunction. - Execute the
calcSpeedfunction twice.
Lösung
Danke für Ihr Feedback!
single