Page 1 of 1

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
by answerhappygod
B Built A Hand Trace Table Based On The Pseudocode Given C 1 Begin 2 Declare Sales List 3 Read 7 Values And Sto 1
B Built A Hand Trace Table Based On The Pseudocode Given C 1 Begin 2 Declare Sales List 3 Read 7 Values And Sto 1 (8.61 KiB) Viewed 37 times
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.