Computer Science, asked by zeeni, 10 months ago

1. Give one word answer for each of the following:
(a) It is a procedure which gets repeated as many times as the set of condition get
satisfied.
(b) The set of statements that repeat itself.
(c) This checks the condition at the end of block.​

Answers

Answered by ShashankfromSJS
3

a) if else statement

b) Loop

c) do While sttement

Similar questions