104k views
0 votes
Select the output of this algorithm

START

SET n = 4

SET d = 1

SET sum = 0

WHILE d < = n

IF n/d is integer THEN

sum = sum + d

ELSE

sum = sum + 0

END IF

d = d+1

END WHILE

OUTPUT sum

END

User Oleksii
by
8.3k points

1 Answer

2 votes

Answer:

bvjh

Explanation:

bn

User Mark Drago
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories