Ask Question
19 September, 11:23

For a loop counter, the appropriate data type would be:

a) int

b) boolean

c) float

d) char

+3
Answers (1)
  1. 19 September, 15:17
    0
    a) int

    Explanation:

    in a loop the number of the iteration depends on the number of time you have indicated to do. that number in generally given by a variable type int because this kind of variable does not permit decimals part in a number therefore the loop won't try anything when the variable takes a float value.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “For a loop counter, the appropriate data type would be: a) int b) boolean c) float d) char ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers