+ 1
Can somebody help me? it's an exam
It's an exam, it's a circuit which I have to pass to C++ but I can't do it https://code.sololearn.com/c8fq7ougsrXr/?ref=app
3 Answers
+ 4
|| is the c++ "or operator".
&& is the "and operator" in C++.
Read about logical operators in cpp.
+ 1
Si asĂ es el circuito en c++ me imagino como serĂĄ su diagrama đ«Ł , pero la notacion parece mĂĄs de Python
+ 1
use '||' symbol on the place of or, and use '&&' symbol on the place of and