Computer Science, asked by thungchanotsopoe7283, 7 months ago

in Q basic to compare any two value we use what operator​

Answers

Answered by shrianshshrivastava
0

Answer:

Operator in QBASIC

Opetrator Meaning                       Example

<                 less than                         2<3

<=        less than or equal to         2<=3

>=       greater than or equal to         2>=2

=                 equal to                          2=2

Explanation:

Similar questions