You should perform a walkthrough on the following code. This means…
Question You should perform a walkthrough on the following code. This means… You should perform a walkthrough on the following code. This means you should write down every declaration that is performed and every line which is executed. If a line is executed more than once, you should wite it down every time it is executed. Similarly, lines which are not executed are not written down. As you write down the lines, you must show the values of the variables being calculated. Below is the code needed to be used for walkthrough. Basically show step for step how this program is executed and after each iteration how different variables change in value. The column on the left indicates the line number. 0001 #include


