ple Choices Given, Document
✓ Kizspy.me
(Choose 1 answer)
☐ A
☐ B
ос
☐ D
☐ E
Given the algorithm
procedure XYZ(n: integer)
sum:=0
for i: 1 to n do
for j:= 1 to (i*i) do
sum:=sum+i/j
Print(sum)
If n=6, how many divisions are required?
A. 91
Back
Next
I want to in the exam.
B. 55
C. 66
D. 37
E. 140
LAPTOP RUNNING