Write a Java Program which implements a Stack of Integers. An Integer should only be pushed into the stack if it is even or contains the number 7. Now pop all integers that contain 5 or 9. Do this for the first 100 numbers. Print out the numbers remaining in the stack after the Pop operation. Attach your Java Program and Screen Capture of the runs.