Return Value

1. The formula $ReturnValue = 2 == 3 has a value of: Blank or False

2. The formula $ReturnValue = "2" + "3" has a value of: 5

3. The formula $ReturnValue = 2 >= 3 has a value of: Blank or False

4. The formula $ReturnValue = 2 <= 3 has a value of: 1

5. The formula $ReturnValue = 2 + 3 has a value of: 5

6. The formula $ReturnValue = (2 >= 3) && (2 > 3) has a value of: Blank or False

7. The formula $ReturnValue = (2 >= 3) || (2 > 3) has a value of: Blank or False




Valid HTML 4.01 Strict