Compare and do the math on variables
# | Name | Description | Status |
---|---|---|---|
1 | Add and Subtract with Integers | A lil math never hurt anyone | Not Started |
2 | Multiply and Divide with Integers | A lil more math never hurt anyone either | Not Started |
3 | Compound Expressions with Integers | Helpful syntax shortcuts | Not Started |
4 | Operator Precedence | Respect the order of your operators | Not Started |
5 | Equals Operator - Integer | Determine if two numbers hold the same value | Not Started |
6 | Equals Operator - Boolean | Determine if two Booleans hold the same value | Not Started |
7 | Equals Operator - Strings | Determine if two Strings hold the same value | Not Started |
8 | Not Equals Operator - Integer | Determine if two Integers hold different values | Not Started |
9 | Not Equals Operator - Boolean | Determine if two Booleans hold different values | Not Started |
10 | Not Equals Operator - String | Determine if two Strings hold different values | Not Started |