accumulator
RU: аккумулятор
A variable initialized before a loop that collects or combines values from each iteration—sum, product, count, or concatenation. Updated once per iteration, it holds the running total.
RU: аккумулятор
A variable initialized before a loop that collects or combines values from each iteration—sum, product, count, or concatenation. Updated once per iteration, it holds the running total.