Suppose you are discussing what types of variables to use for a program. You need to initialize a variable for a counter. Which type of variable would be most appropriate?(1 point) Responses Boolean Boolean string string binary binary integer

The most appropriate type of variable for a counter would be an integer.