A-level Computing 2009/AQA/Problem Solving, Programming, Data Representation and Practical Exercise/Fundamentals of Programming/Relational operators

UNIT 1 - ⇑ Fundamentals of Programming ⇑

Modulo arithmetic Relational operators Boolean operators
Category:Book:A-level Computing 2009#AQA/Problem%20Solving,%20Programming,%20Data%20Representation%20and%20Practical%20Exercise/Fundamentals%20of%20Programming/Relational%20operators
The relational operators in VB are =, <, >, <>, <=, >= and they stand for equals, less than, greater than, not equal to, less than or equal to and greater than or equal to.
Category:Book:A-level Computing 2009#AQA/Problem%20Solving,%20Programming,%20Data%20Representation%20and%20Practical%20Exercise/Fundamentals%20of%20Programming/Relational%20operators%20
Category:Book:A-level Computing 2009