Hindi, asked by sahibansh628, 11 months ago

3. Write T for True and 'F for False against each statement.
(a) The step value in For Loop increments or decrements the value of counter.
(b) The body of the loop executes atleast once before testing the condition in
For Loop.
(c) Semicolon (;) is a separator.
(d) To insert a line break, we use comma (-) separator.
(e) It is not necessary to include Else statement every time in select case​

Answers

Answered by aryanking29
3

a. True

b. False

c. True

d. True

e. False

Similar questions