Challenge 2: Return Numbers From n Down to 0
Solve a challenge to iterate through a list in reverse order.
We'll cover the following...
Problem Statement
Edit the following class, such that it returns all numbers from n
...