(refer to code example 5-1) Which of the following options would fix the error in the code example?
1) Change the variable name to 'count'
2) Add a semicolon at the end of line 5
3) Remove the 'int' keyword from line 3
4) Change the 'for' loop to a 'while' loop