Computer Science, asked by adhikariaakash900, 1 month ago

Write true or False
( a) The looping statement is used to jump from one point to another in the program

(b) A selection statement allows to test whether statement are true or false

(c) Do ...Loop is post test looping statement

(d) Looping statement are used to execute a block of statements serveral times

(e) The FOR..NEXT statement continuous executes a block of statement while a particular condition is true​

Answers

Answered by sweha1899
0

Answer:

(a) False

(b) True

(c) True

(d)True

(e) True

Explanation:

Similar questions