How many bools can I connect?? e.g.
if((x>j) || (y<t) || (m=c) && (x != 0))
Please pardon any improper syntax, and any guidance is greatly appreciated
(My text doesn't go into great detail with bools, but we're working with classes right now, and in one example there are three "ors" connected in a bool - this type of the thing would be very helpful for my current homework project)
Thanx
Rick