Variables Constant Operators and Control Statement
Variables Constant Operators and Control Statement
* Multiply 5*4 20
"George"&"
& String concatenation "George Bush"
"&"Bush"
Operators Description Example Result
CONDITION RESULT
TRUE
FALSE
• Negate truth
Get a ¼ sheet of Paper
Find the result
1. 9+7+8 6. 10>1
2. 8^3 7. .05>.5
3. 65/13 8. 1500>=150100
4. 95 mod 955 9.0>=0.00
5. (-5)+(-4) 10.5<>10
Find the result
End Select
LOOP Structure