Ask Question

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

a) int

b) boolean

c) float

d) char

+2
Answers (1)
  1. 4 October, 14:38
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers