Essentials
primer-original-v2mediumEssentialsSoftware Fundamentalsprimer-original-v2

Essentials Practice Question

What is the output for FOR-loop snippet?

FOR i <--1 to 15

            PRINT i

            i <-- i+3

END FOR

Answer options

A
1 4 7 10 13
B
FOR loop
C
WHILE loop
D
DO-WHILE loop

Correct answer: 1 4 7 10 13

Explanation

Quick AnswerThe correct answer is 1 4 7 10 13 because it directly addresses the core logic of Essentials.

This question has been retained as-is due to its unique context.

Related Essentials questions

Practice more Essentials questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.