Common Mistakes
•You need to debug your program: fix the mistakes w/o adding new ones.
•Common mistakes include:
–Misspelling a variable name
–Mismatched parentheses or braces
–Mismatched quotes
–Missing quotes
–Using ( instead of [ or {
–Using = in place of ==