#include<stdio.h>
int main()
{
    printf("enter your Age:<age> years");
    scanf ("0 <=age<= 150");}
   if else
    printf("enter your Height:<height> cm");
    scanf("30.0<=height<=250.0");
    
    return 0;
}