#include <stdio.h>

int main(void) {
	// your code goes here
#include <stdio.h>
int main(){
int age=32;
float heith=5.6;
printf("The age is %d/n",age);
print("The Heith is %d/n",heith);
return 0; }

	return 0;
}
