+ 1
Hi, I'm trying to create a BMI calculator but for some reason it will not recognise some of the '>' and '<' and error is syntax.
2 ответов
+ 5
you have to specify a value before and after the comparator
bmi >= 25 and bmi < 30
I hope this helps :)
+ 4
Yes it works now. Thanks alot!