Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It is possible that the switch case is inside a loop that is being executed for each iteration. This would cause the code to execute every instance in the switch case for each iteration of the loop. Another possibility is that the conditions for each case are being met multiple times during the loop, causing multiple executions of the code within each case. It is important to carefully examine the logic of the code to determine why this is happening.