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