Problem
Create a program that initializes a List with 100 random integers between 1 and 999. Loop through the list, and create two new lists with the following:
a) Every number that is divisible by 3
b) Every number that is greater than or equal to 100 and less than 800.