Which one of the following statement will you use to exit or quit from the specified flow control construct关并解释并翻译一下a LEAVEb QUITc EXITd LOOP
a. LEAVE: This statement is used to exit from a loop or a labeled block of code. It can be used to exit from the innermost loop or block or from a specific labeled block.
b. QUIT: This statement is used to terminate a procedure or a block of code. It can be used to exit from a loop or a conditional statement.
c. EXIT: This statement is used to exit from a loop or a block of code. It can be used to exit from the innermost loop or block or from a specific labeled block.
d. LOOP: This statement is used to repeat a block of code until a specific condition is met. It can be used with other flow control statements, such as IF and WHILE, to control the flow of the loop. To exit from a loop, you can use the LEAVE statement
原文地址: https://www.cveoy.top/t/topic/ffZD 著作权归作者所有。请勿转载和采集!