Question: need help 8. Given the following program in python: a. [8 marks] Use a trace table to trace the execution of the program and determine

need help
8. Given the following program in python: a. [8 marks] Use a trace table to trace the execution of the program and determine its output. v=5 f = 1 while v > 0: f = f*v V = V-1 print ("result = ", f) b. [2 marks] What is the abstract task completed by this program? (ie, a few words that says what it does)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
