Even or odd?
Even
Odd
Prime
- Step 1: loop from 1 to 100, check for each number if it's even or odd and create a new list item in the correct list
- Step 2: check if the number is a prime number (divisible only by the number 1 and itself) and put it in the third list