asked 172k views
1 vote
In which program structure does the processor verify the mentioned condition only after executing the dependent statements once?

A. Switch Case Structure
B. Do While Structure
C. If Else Structure
D. For Structure
E. While Structure​

asked
User Paz
by
8.5k points

2 Answers

6 votes
The answer is B , do while structure.
answered
User Beulah
by
9.1k points
2 votes
B. because you have to do it while in structure.