How can I create a console-based application whose Main() method
holds an integer variable named inches, and prompt
the user for a value. and to create a method to which I pass
inches. The method converts the value to feet and inches
and displays the result. For example, 67 inches is 5 feet 7
inches. ?