1.Declares a variable a with 100 as its initial value
2.Declares a construction a with 100 as its initial value
3.Declares a constant a whose value will be 100
4. Constructs an integer type variable with an as identifier and 100 as the value
Answer:3