Common Errors

1. The assignment operator:
max = x ### maxi must go on the left side of the equal sign
data assignment goes from right to left

common error 1

2. The == operator:
while
If

3. Make sure you close all open parentheses.