Question: Write a function tuple4Digit100Dec() that creates and returns a tuple that contain all positive 4-digit numbers that are multiples of 100 in decreasing order. The
Write a function tuple4Digit100Dec() that creates and returns a tuple that contain all positive 4-digit numbers that are multiples of 100 in decreasing order. The function call tuple4Digit100Dec() will return a tuple containing numbers 9900, 9800, 9700, ..., 1000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
