Which of the following errors will be detected at compile time? Mark all that apply.
1_ missing semicolon at the end of a statement
2_ missing left curly brace
3_ missing curly braces around a sequence of a statement in a while loop
4_ division by a variable that might be zero
5_ forgetting to declar the type of variable
5_ trying to subtract two string