Step: Aggregate with add
Aggregate with add
add folds a stream/array into a single value: it sums numbers, concatenates strings, and merges arrays.
Your turn: compute the total price of all products.
Input:
Expected:
Step 22 of 27
add folds a stream/array into a single value: it sums numbers, concatenates strings, and merges arrays.
Your turn: compute the total price of all products.