Harts
0
Q:

xor c#

//The XOR Symbol is ^
2
float numberOne = 1;
string stringOne = "one";

if (numberOne == 1 || stringOne == "one") 
  {
  print("numberOne or stringOne = 1")
  }
1
//The AND Symbol is &
3

New to Communities?

Join the community