I hav another question wanna ask..... The question is as below:
Write a program that contains 2 arrays which contained name and age
Name Age
Rose 8
Jack 13
Jin 20
Katty 34
1st array stored the names and 2nd array stored the age.
classify them into children, teenagers and adult according 2 age. The output(name,age,classification)are to be saved in an output file.

thanks a lot....