1Simple-func:Ok 2ComposeAndRun:Ok 3Squares: [1, 4, 9, 16, 25, 36, 49, 64, 81, 100] 4Bubble-sorting... 5Original names: ["John Abbott", "Anna Bigatti", "Giovanni Lagorio"] 6Ordered by first name, ascending: ["Anna Bigatti", "Giovanni Lagorio", "John Abbott"] 7Ordered by first name, descending: ["John Abbott", "Giovanni Lagorio", "Anna Bigatti"] 8Ordered by last name, ascending: ["John Abbott", "Anna Bigatti", "Giovanni Lagorio"] 9Ordered by last name, descending: ["Giovanni Lagorio", "Anna Bigatti", "John Abbott"] 10