+ 1
when using conditions, what is the keyword to use two conditions at the same time?
current code: if (answer != "answer1" + "answer2") { extra code goes here; } doesnt work
2 Respostas
+ 8
Logical operators
https://www.sololearn.com/learn/CSharp/2598/?ref=app
0
&&