layout convention in c# :: if ((val1 > val2) && (val1 > val3)) { // Take appropriate action. }
C colenz Banned Dec 15, 2012 #1 layout convention in c# :: if ((val1 > val2) && (val1 > val3)) { // Take appropriate action. }
CyberKID In search for Tech Gyan! Dec 15, 2012 #3 ^ +1. @OP: Please be specific with your question if you want an answer.
S surinarayan Broken In Jan 16, 2013 #4 If you use one (&) symbol then it should satisfy both the condition ,like wise if it is (&&) symbol either one should be satisfied.
If you use one (&) symbol then it should satisfy both the condition ,like wise if it is (&&) symbol either one should be satisfied.