Hello Im trying to convert the English system into the metric system in visual basic, here is what i have so far

Sub Metric()
Dim num As Single
num1 = InputBox(" enter feet...")
num2 = InputBox(" enter inches...")


Any one with knowledge in code able to help me out, im just learning vb code a couple of days ago for school so Im a bit new. Thank you