is it possible in java if you input an expression 1+2*3 and it will be stored in linkedlist with its corresponding answer?
or any kind of expression such as 3+2*5/2 and a program with a help of linkedlist in import java.util.LinkedList; will answer it?
tnx alot!!
