suppose you are discussing which 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?
binary
string
Boolean
integer
1 answer
The most appropriate type of variable to initialize for a counter would be an integer.