Checkpoint 12.3.1.
The list,
numb
, contains integers. Write code that populates the list remainder
with the remainder of 36 divided by each number in numb
. For example, the first element should be 0, because 36/6 has no remainder. If there is an error, have the value -1 appear in the remainder
.