Why is it that 55 != "hello" is true while "hello" > 35 gives you an error since there are two different data types?
I tried seeing if leaving hello without quotes would help, but you get an error either way.
Why is it that 55 != "hello" is true while "hello" > 35 gives you an error since there are two different data types?
I tried seeing if leaving hello without quotes would help, but you get an error either way.