#include "stdio.h" main () { int feet, inches; printf("Enter number of feet: "); scanf("%d", &feet); inces = feet *12; printf("%d inches", inches); }