Find answers to your questions and expand your knowledge with IDNLearn.com. Discover in-depth and trustworthy answers to all your questions from our experienced community members.

Which of the following is a flow control statement?

A. do-while
B. while
C. for
D. if


Sagot :

Final answer:

Key programming flow control statements are do-while, while, and for.


Explanation:

Flow control statements are essential in programming to alter the flow of execution based on certain conditions. The given options include do-while, while, for, and if. Among these, do-while, while, and for are flow control statements.


Learn more about Programming Flow Control here:

https://brainly.com/question/37752376