PROGRAMMING:Blackberry Newbie
Enter a person's name and age, and then output the information in the specified format.
###Input format:
Enter the name in the first line, no more than 20 characters, and enter an integer in the second line to indicate the age.
###Output format:
Outputs information in the specified format.
###Input example:
```in
Henry
eighteen
```
###Output example:
```out
I'm Henry
I'm 18 years old
```
answer:If there is no answer, please comment
###Input format:
Enter the name in the first line, no more than 20 characters, and enter an integer in the second line to indicate the age.
###Output format:
Outputs information in the specified format.
###Input example:
```in
Henry
eighteen
```
###Output example:
```out
I'm Henry
I'm 18 years old
```
answer:If there is no answer, please comment