Expression Operators

Compare and do the math on variables


#NameDescriptionStatus
1Add and Subtract with IntegersA lil math never hurt anyone Not Started
2Multiply and Divide with IntegersA lil more math never hurt anyone either Not Started
3Compound Expressions with IntegersHelpful syntax shortcuts Not Started
4Operator PrecedenceRespect the order of your operators Not Started
5Equals Operator - IntegerDetermine if two numbers hold the same value Not Started
6Equals Operator - BooleanDetermine if two Booleans hold the same value Not Started
7Equals Operator - StringsDetermine if two Strings hold the same value Not Started
8Not Equals Operator - IntegerDetermine if two Integers hold different values Not Started
9Not Equals Operator - BooleanDetermine if two Booleans hold different values Not Started
10Not Equals Operator - StringDetermine if two Strings hold different values Not Started