Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The Type string [4/14]

Strings can be compared for equality.

The expresson "HA" = "ha" evaluates to false because the comparison is case-sensitive.

Loading...