which of the following represents information you would need to get from the user when writing a program…

which of the following represents information you would need to get from the user when writing a program designed to convert inches into feet?\nthe number 12\ntotal feet\ntotal inches

which of the following represents information you would need to get from the user when writing a program designed to convert inches into feet?\nthe number 12\ntotal feet\ntotal inches

Answer

Answer:

C. total inches

Explanation:

To convert inches into feet, the conversion formula is $\text{feet}=\frac{\text{inches}}{12}$. The number 12 is a fixed conversion - factor and does not need to be obtained from the user. The total feet is the result of the conversion, not input. The value that needs to be input by the user is the total number of inches to be converted.