Accenture Software Engineering Practice Question
READ age IF age>18 THEN PRINT Eligible to vote ENDIF The given pseudo-code snippet is an example for_______Answer options
A
Sequence Logic
B
Simple If logic
C
Nested if logic
D
Else if ladder logic
Correct answer: Simple If logic
Explanation
Quick AnswerThe correct answer is Simple If logic because it directly addresses the core logic of Software Engineering.
Correct answer: Simple If logic.