Computer Science, asked by rishi9267, 9 months ago

Explain the use of IF control structure.​

Answers

Answered by MB157232
9

Answer:

“Control structures” is a generic term used to describe conditionals, loops, functions, and associated commands such as return and break. These commands allow you to control the flow of execution within your NASL scripts. NASL supports the classic if-then-else statement, but not case or switch statements.

Explanation:

Similar questions