Loops provide a way to repeat commands. State whether the statement is True (or) False And Justify it
Answers
Answered by
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.
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
4
heya......
answer is
========
yes it is true as loops provide a way to repeat commands.
========
hope it helps ^_^
answer is
========
yes it is true as loops provide a way to repeat commands.
========
hope it helps ^_^
Similar questions
History,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago
Math,
1 year ago