否则子句英文解释翻译、否则子句的近义词、反义词、例句
英语翻译:
【计】 ELSE clause
分词翻译:
否的英语翻译:
deny; nay; negate; no
则子句的英语翻译:
【计】 then clause
网络扩展解释
否则子句
否则子句,英文名为"else clause",是编程语言中常用的一个控制流结构,通常与"if语句"结合使用。其主要作用是当"if语句"条件不成立时执行相应的操作。
中文拼音:
fǒu zé zǐ jù
英语解释翻译:
The else clause is a control flow structure commonly used in programming languages, often used in combination with an "if statement". Its main function is to execute the corresponding operation when the condition of the "if statement" is not met.
英文读音:
[els klɔːz]
英文用法(中文解释):
"else clause"通常与"if语句"结合使用。当"if语句"条件不成立时,会执行"else语句"中的代码块。
英文例句(包含中文解释):
例句1:If the user's input is not valid, an error message will be displayed; otherwise, proceed to the next step.(如果用户输入不合法,那么会显示错误信息;否则,继续执行下一步。)
例句2:The program first checks whether the file exists, and if not, it prompts the user; else, it reads the file contents.(程序首先检查文件是否存在,如果不存在,提示用户;否则,读取文件内容。)
英文近义词(包含中文解释):
otherwise(否则)、if-then-else(如果-那么-否则)
英文反义词(包含中文解释):
if statement(if语句)
英文单词常用度:
中等