#include"stdio.h" int feet,inches; main() { feet=6; inches=feet*12; printf("High in inches is %d.",inches); getch(); }