Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# and in if statement

if (5 < 6 && 9 == 9) {
  //This is called if 5 Less Than 6 AND 9 is equal to 9.
  //The "&&" in the if statement repersents the "and"
}
 
PREVIOUS NEXT
Tagged: #statement
ADD COMMENT
Topic
Name
4+3 =