Hello fellow programmers...
I'm currently having problems in creating a Truth Table Generator.
I can implement it if it would only have a limited number of variables to evaluate on
but this isn't the case here.
Anyone knows how to implement this?? My theory is that it would be a lot easier to
evaluate the expression by converting it to post fix notation so I won't have problems
in operator precedence. But what's next after that?!?
I appreciate any advice in this matter.

I'm using java as my programming language.