Write a program that displays the number of inches given fee…

Write a program that displays the number of inches given feet as input. Create a function named main that is invoked within the same program. No comments are needed. Example 1 (your program must produce the same exact output given the input): Enter a whole number of feet: 1 12 inches Example 2 (your program must produce the same exact output given the input): Enter a whole number of feet: 2 24 inches