When you say descending order, it means you should start from the biggest value and keep decrementing that value until you reach the last value! Now implement this using code, How & when would you decrement the value? From what value will you start and when will you stop your loop?