Java: Loops and Iteration Question Why start accumulators at zero? (Click to reveal answer) Answer Starting at zero ensures correct summation. Accumulators are variables used to collect totals. Initializing them to zero ensures they start counting from scratch. In a cart, starting the total price at zero means you correctly sum up all item prices. Additional NotesWhy start accumulators at zero? Track: Java Topic: Core Java Focus: Loops and Iteration Topics: Core Java Java Loops and Iteration