Introduction - If you have any usage issues, please Google them yourself
Programming, 200 kindergarten children registry data: name, sex, age, height, weight, date of birth, sorted by age, respectively, after the output. Requirements: (1) log data function input () (2) by height sort function sort () (3) to sort the results of the output function output (), the output format is: List of kindergarten children (depending on height order) === ================================================ Name Sex age height date of birth ... ... ... ... ... ... ...