Computer Science, asked by TbiaSupreme, 1 year ago

Loops provide a way to repeat commands. State whether the statement is True (or) False And Justify it

Answers

Answered by hukam0685
2
Hi,

Answer: True
➖➖➖

Explanation:
➖➖➖➖➖
Yes, loop statement provide a way to repeat certain commands/ instruction.

Type of loop statement:

1) for loop:
➖➖➖➖
For given index variable ,control enters the loop and execute sequence of instruction.


2) While loop:
➖➖➖➖➖

While loop executes the block of statements if given condition met.


3) Do-while loop:
➖➖➖➖➖➖➖

Enters the loop without condition check,at last while instruction check for test condition.

As per need of programmer loop statements are used.They all use to repeat certain statements on check.


Hope it helps you.



Answered by Anonymous
4
heya......

answer is
========

yes it is true as loops provide a way to repeat commands.

========
hope it helps ^_^
Similar questions