Question #30: What will the @b array consist of? 56% on 567 times asked
my @a = (10, 5, 1); my @b = sort @a;