179k views
1 vote
For which programming task would you use a for loop?

Computing the average of a list of integers of unknown length
Counting the vowels in a document of unknown length
Generating a list of the anagrams in a word
Printing a specified number of integers in a list

1 Answer

6 votes

Answer:

printing a specified number of integers in a list

User Eulerdisk
by
5.2k points