Created
May 20, 2016 17:04
-
-
Save dejibimbolaAyo/4bfb5a73b78599c9867b13001f27171b to your computer and use it in GitHub Desktop.
algorithm for feet to cm
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
ALGORITHM | |
read user input from user | |
feet= ReadLine(); | |
cm=feet * 30.48 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment