Final answer:
"Do together" and "Do in Order" are control statements that allow you to control the flow of execution in a program.
Step-by-step explanation:
Do together and Do in Order are control statements in programming because they allow you to control the flow of execution of your program. With Do together, you can execute multiple blocks of code simultaneously, whereas with Do in Order, you can specify the order in which the blocks of code should be executed.
Do together and Do in Order do not primarily focus on repeating code or making decisions, although they can be used in conjunction with other control statements to achieve these functionalities.
In summary, control statements like Do together and Do in Order provide programmers with the ability to have greater control over the sequence of code execution in their programs.