# Create a list of at least 5 item prices (as numbers). # Loop through them and print each price, then after the loop # print the total. # Use the accumulator pattern: start total = 0, add each price.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results