heightInFeet = io.read("*n")
heightInCm = heightInFeet*30.48
print("Your height in feet =",heightInFeet,"\nYour height in cm =",heightInCm)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: