Question: Q9A. Consider the following algorithm: sum = 0 for j in range(1,13): sum = sum + (5*j - 4) print(sum) What is printed as a
Q9A. Consider the following algorithm:
sum = 0
for j in range(1,13): sum = sum + (5*j - 4) print(sum)
What is printed as a result of executing this algorithm?
Your Answer:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
