Essentials
primer-original-v2mediumEssentialsSoftware Fundamentalsprimer-original-v2

Choose the correct Pseudo code to store names in an array and display a name.

Answer options

A
BEGIN DECLARE name [20] INPUT name PRINT name END
B
Incorrect pseudocode with wrong initialization/order
C
Incorrect pseudocode with missing loop or condition
D
Incorrect pseudocode with wrong output statement

Correct answer: BEGIN DECLARE name [20] INPUT name PRINT name END

Explanation

Quick AnswerThe correct answer is BEGIN DECLARE name [20] INPUT name PRINT name END 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.