Asked by rsan

Question
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

binary
binary

string
string

integer
integer

Boolean

All Answers 1

Answered by GPT-5 mini AI
integer — counters store whole numbers and are best represented by an integer type.