Computer Science, asked by jainpragati0209, 23 days ago

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 manish14january
0

Answer:

T For the first question and F for second and third question and again T for fourth and fifth question

Answered by ritikasahu26
1

Answer:

  1. True.
  2. True.
  3. True.
  4. True.
  5. False.

Explanation:

Mark me as brainlest

Similar questions