asked 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

asked
User Oleksii
by
8.3k points

1 Answer

2 votes

Answer:

bvjh

Explanation:

bn

answered
User Mark Drago
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.