lab description : write a program that will go through a list to see if the numbers are decreasing. you must combine variables, ifs, and a loop to create a working method. there will always be at least one item in the list. each prior number has to be greater than the following number for the list to be considered going down.