UNIT 1 - ⇑ Fundamentals of Programming ⇑

← Modulo arithmetic Relational operators Boolean operators →


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.