In order to output the sequence of numbers below, what will you need to input? 30 27 24 21 18 15 12 9 6 3 0.
a) A loop with decrementing values
b) A loop with incrementing values
c) A conditional statement
d) Random number generator