Misconception: Students create a new instance variable when they only need a local variable.
- For example, in Java, students create an instance variable
public int countthat is only used in one method, so they should instead create a local variable.