stamby / cm-to-ft-in

Three scripts to convert CM to feet and inches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cm-to-ft-in

Three small programs, which convert centimetres to feet and inches.

Given the same number, the three scripts will print the same result with up-to-one-decimal precision. They are written in different languages.

# Decimal numbers are accepted
Usage: ./cm-to-ft-in.sh CM
       ./cm-to-ft-in.py CM

# To use the C-based script
cd C
make
./cm-to-ft-in CM

About

Three scripts to convert CM to feet and inches.

License:MIT License


Languages

Language:Python 38.3%Language:C 31.9%Language:Shell 24.7%Language:Makefile 5.1%