Question: Update the following algorithm so that it reduced from (n) to (1) sum = 0; for i = 1 to n do sum = sum
Update the following algorithm so that it reduced from (n) to (1)
sum = 0;
for i = 1 to n do
sum = sum + 1;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
