0
If statements: == vs =
What is the difference between the operators == and = ?
3 Respostas
+ 4
a == 3 checks whether a is equal to 3
a = 3 sets the value of a to 3
0
Sorry guys - understood it!
What is the difference between the operators == and = ?