Write down the output of the given program. Show with dry run in table. CLS
N = 87
DO
B = N MOD 6
IF B MOD 4 = 0 THEN
GOTO AA
END IF PRINT B;
AA:
N = N - 10
LOOP WHILE N >= 50
END
Answers
Answered by
0
Answered by
0
Explanation:
hope it's helpful marks me at brainlist
Attachments:
Similar questions