Hi guys
I need help with my project
I want to write a java code that determine if an expression is tautology or not
e.g.
P v Q -> R
note that:
v is or
-> is implies
i need a help how to start?
do i need a truth table or can i do it without truth table?