b. Built a hand trace table based on the pseudocode given. (C++) 1) Begin 2) Declare sales list 3) Read 7 values and sto
Posted: Mon Jun 06, 2022 5:35 pm
b. Built a hand trace table based on the pseudocode given. (C++) 1) Begin 2) Declare sales list 3) Read 7 values and store in sales list 4) Initialise total = 0 5) for(i=0;i<7;i++) total = total + sales 6) print total.