FIT3155: Advanced Data Structures and Algorithms Assignment, MUM, Malaysia Develop a Java program using STACK CONCEPT that is able to do ALL of the following requirements as below
Develop a Java program using STACK CONCEPT that is able to do ALL of the following requirements as below: 1) accept any random integer numbers from user directly 2) if the integer is odd number then put it into stack named ODD 3) if the integer is even number then...