+ 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 ответов
+ 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