222k views
10 votes
When would a flag variable be most useful?

1.when printing the number of items in a list

2.when checking the condition of a variable in a while loop

3.inside a function that prints the largest side of a triangle

4.when initializing a list

User Ezra Hoch
by
6.3k points

1 Answer

2 votes

2. When checking the condition of a variable in a while loop.

User Simou
by
6.7k points