Write an expression that evaluates to true if the value x is greater than or equal to y.
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that evaluates to true if the value x is greater than or equal to y.
SOLUTION:
x >= y
Write an expression that evaluates to true if the value x is greater than or equal to y.
x >= y