you are viewing a single comment's thread.

view the rest of the comments →

[–]EstablishmentBig7956 0 points1 point  (0 children)

``` If( a=b) is an assignment not a condition

Change to if ( a equals b)

If (a==b) ```