CODE DRILL 1 · RUN ONLY
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Distribute the exact array into five buckets using value / 10, sort every bucket, and collect the buckets from index 0 through index 4. Print the final array as [3, 9, 21, 25, 29, 37, 43, 49].
OUTPUT
Sample[3, 9, 21, 25, 29, 37, 43, 49]
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.