explain the usea of if control structure.
Answers
Answered by
0
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
Answered by
0
Explanation:
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.
Similar questions