Created
June 26, 2013 00:36
-
-
Save Fhernd/5863775 to your computer and use it in GitHub Desktop.
Invocación de la función PiesAPulgadas desde una función de alto nivel: Main.
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
static void Main() | |
{ | |
Console.WriteLine(PiesAPulgadas(30)); // 360 | |
Console.WriteLine(PiesAPulgadas(100)); // 1200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment