1

I don't think the question describes perfectly my problem.

Consider the following:
foo+bar

How can I simplify this? Does the AND take priority over the OR?
Thanks in advance

Eye Patch
  • 881
  • 4
  • 11
  • 23
  • 1
    Does this answer your question? [Which has more priority: || or && or ==](https://stackoverflow.com/questions/33583606/which-has-more-priority-or-or) – Meow Feb 02 '20 at 19:49
  • It is making more sense now. However, I'm stuck and I don't know how to semplify the line I included in my question. Do you know where can I look to find answers? Thanks – Eye Patch Feb 02 '20 at 19:52

1 Answers1

1

I dare answering your question because it was part of my studies in electronic on the Boole Algebra.

It should be kinda like this here with 3 :

enter image description here

I found this here

Try the same for you. Help yourself ! Answer me back if you need !

Julien J
  • 2,826
  • 2
  • 25
  • 28