FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Consider the following example algorithm:1. Set members to 0 2. For each pair of members in the group, add two to members 3. Continue until all members in the group are counted 4. Display members Which scenario would cause an error in this algorithm?
A
Three members in the group
B
Ten members in the group
C
Two members in the group
D
Zero members in the group
Explanation: 
There is 1 question to complete.