Science, asked by killersamsad, 5 months ago

what is programming techniques​

Answers

Answered by OoExtrovertoO
5

Answer:

Structured programming techniques involve giving the code you write structures, these often involve writing code in blocks such as: Sequence - code executed line by line. Selection - branching statements such as if..then..else, or case. Repetition - iterative statements such as for, while, repeat, loop, do, until.

Similar questions