> C# how to get "and"?

C# how to get "and"?

Posted at: 2014-12-18 
Is there a code word in C# for "and"?

Like if you were to go, > 7 and < 10

a >7 && a < 10

&

Is there a code word in C# for "and"?

Like if you were to go, > 7 and < 10