We are passing in a list of numbers
We are passing in a list of numbers. You need to create 2 new lists in your chart, thenput all odd numbers in one listput all even numbers in the other listoutput the odd list first, the even list second you should use the modulo operator to decide whether the number is odd or even. We provided a […]