Ask Question
23 June, 18:44

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

a) int

b) boolean

c) float

d) char

+2
Answers (1)
  1. 23 June, 22:18
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers