#include<stdio.h>
int main()
age =int("Enter your age ( in years): "))
height = float(input("Enter your height (in centimeters): "))

#Display the results
printf("Age:",age,years")
printf("Height:",height, "cm"))