#include<stdio.h>
int main()
{
int age
  printf("Enter your age ( in years): ");
  scanf(" %d",&age);
  printf("Enter your height (in centimeters): ");
  scanf("%d",&height);
return 0;
}