what does <= mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what does <= mean?

17th Aug 2016, 2:50 PM
Solid Snake
Solid Snake - avatar
3 Answers
+ 8
x <= y means x is less or equal than y (in other words, x is no more than y). This comparator is a combination of equal (=) and less than (<), and often used in if statements and for loops.
17th Aug 2016, 3:05 PM
Tamas Szekffy
Tamas Szekffy - avatar
+ 1
thank you
17th Aug 2016, 3:33 PM
Solid Snake
Solid Snake - avatar
0
Good
31st Aug 2016, 7:29 PM
Amit Kulshreshtha
Amit Kulshreshtha - avatar