Created
July 30, 2021 09:19
-
-
Save manudurgoni/7e01a6dd32d487dea8d70f711579139b to your computer and use it in GitHub Desktop.
Distance / speed / time calculator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
distance = speed * time | |
speed = distance/time | |
time = distance/speed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment