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