Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# how to use or operator on integers in while loop

while(a != b || c == 0); /*Do not ask me why fixing the equality operator from
=, to == fixes the error that says, "Operator '||' cannot be applied to 
operands of type 'bool' and 'int'", I couldn't tell you and C# is an utter 
freakin' retard circus
 
PREVIOUS NEXT
Tagged: #operator #integers #loop
ADD COMMENT
Topic
Name
1+9 =