Worksheet 3 Write 'T' for True and 'F' for False statements in the
1. You can use a looping structure to repeat a set of instructions in a program.
2. The Start value is the initial value from where the loop begins.
3.
The for loop is based on the Boolean condition.
4.
The range() function is used with the for loop.
5.
The while loop is also known as the definite loop.
Answers
Answered by
0
Answer:
T For the first question and F for second and third question and again T for fourth and fifth question
Answered by
1
Answer:
- True.
- True.
- True.
- True.
- False.
Explanation:
Mark me as brainlest
Similar questions