Computer Science, asked by ashisharya9651, 2 months ago

Write True (T) or False (F):

1. Loops require the statement, to be executed, be written multiple times.

2. While loop is used when you know the number of times a statement is to be executed.

3. The function of 'in' operator in a statement is to determine the sequence of the given values.

4. Ctrl + C key combination is pressed to terminate an infinite loop.

5. The syntax of while loop is - while (condition).​

Answers

Answered by chandrakant80
8

Answer:

T

F

T

T

F

Explanation:

hope it's helpful

Similar questions