Computer Science, asked by 977189378, 5 months ago

write about conditional block and loop block? full answer

Answers

Answered by willbecasarth
2

Answer:

conditional block

condition block are sections of text that are inserted into a message based on a conditional statement. If the condition is “true”, a particular section of text will be inserted into the message

Loop block

The Loop block is a container that can hold a sequence of programming blocks. It will make the sequence of blocks inside it repeat. You can choose to repeat the blocks forever, a certain number of times, or until a sensor test or other condition is True

Similar questions