Is there any way to use a range of numbers as a case value? For example, I need numbers 0 through 59 to perform the same operation. I know it would be easier to use an if statement, but the...