Created
October 25, 2015 02:03
-
-
Save mackenco/97b7af373553a22ef3df 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
I want to write a function that converts meters to feet. | |
1. Let's discuss before typing. What are the inputs and outputs to the function? | |
2. What's the formula to convert a meter to a foot? | |
3. What's an appropriate name for our function? | |
4. We've completed the prep work. Let's write the function together. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment