Created
May 20, 2016 17:00
-
-
Save worldwayii/236bb7881fc858776fae17d061673fd9 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
Start | |
1ft = 30 cm | |
input the feet you want to convert store as (n)ft | |
since 1ft = 30cm | |
then (n)ft = n * 30cm | |
so nft = n*30(cm) | |
Print n*30(cm) | |
End |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment