Software Engineering
primer-original-v2mediumSoftware Engineering04 Looping Statementsprimer-original-v2

Software Engineering 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
4 7 10 13
B
1 4 7 10 13
C
1 4 7 10 13 15 16
D
4 7 10 13 16

Correct answer: 4 7 10 13

Explanation

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

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

Related Software Engineering questions

Practice more Software Engineering questions

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