Software Engineering
Accenture Technical PrimermediumSoftware EngineeringLooping Statements

Accenture Software Engineering Practice Question

What will be the output for WHILE loop? BEGIN DECLARE number SET number <-- 30 WHILE number>0 number <-- number-4 END WHILE PRINT number END

Answer options

A
-2
B
2
C
4
D
0

Correct answer: -2

Explanation

Quick AnswerThe correct answer is -2 because it directly addresses the core logic of Software Engineering.

Correct answer: -2.

Related Accenture Software Engineering questions

Practice more Accenture Software Engineering questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!