Question: Design a program with two custom functions. 1. One called feetToInches that accepts numOfFeet as an argument and returns the number of inches in

Design a program with two custom functions. 1. One called feetToInches that accepts numOfFeet as an argument and returns the number of inches in how ever many feet were passed to it. 2. One called inchesToFeet that accepts numOfInches as an argument and returns the number of feet that many inches is. Your program should ask the user which conversation they want to perform and then accept their input before displaying the result of the function. Requirements The Python Program must: Run without error Contain two functions as described in the overview. Contain appropriate comments that explain the logic of the program Meet the minimum requirements as stated in the overview.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
