Created
October 3, 2011 02:20
-
-
Save soc/1258300 to your computer and use it in GitHub Desktop.
This file contains 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
val length = (2.0 m) * 5.0 | |
val length2 = length + (2.0 m) * 5.0 | |
val time = (5.0 s) * 5.0 | |
val speed = length2 * 2.0 / time | |
val mass = (5.0 kg) + (5.0 kg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment