Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejibimbolaAyo/4bfb5a73b78599c9867b13001f27171b to your computer and use it in GitHub Desktop.
Save dejibimbolaAyo/4bfb5a73b78599c9867b13001f27171b to your computer and use it in GitHub Desktop.
algorithm for feet to cm
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