Good day to all! In general, the case is this: I have a speed
field in the table (car speed). Now I need to write code that will pull out of the opponent's base. For example, in which:
- speed not more than 100 and not less than 90
- speed 90, 93, 94, 100, 97 if I have 100
- if, for example, I have 260, then pull out an opponent no more than 260 and no less than 250: for example, 253, 260, 258, etc.
I think you understand! Please, help!