Why do you think each programming language uses different codes to achieve certain task?
is because some languages are much better suited to certain tasks than others
Why do you think control statements are important in programming?
Control Structures constitute the basic blocks for decision making processes in computing. They change the flow of programs and enable us to construct complex sets of instructions out of simpler building blocks.