名词
中文翻译:布尔字符
同义词:
['逻辑字符,布尔值例句:1. In programming', "boolean characters are used to represent true andfalse values.(在编程中,布尔字符用于表示真和假的值。)2. The program checks ifa variable is greater than zero usingboolean characters.(程序使用布尔字符检查变量是否大于零。)3. The boolean character '1'represents the value 'true'", "while '0' represents the value 'false'.(布尔字符'1'代表值'true',而'0'代表值'false'。)"]
例句:
-
1. In programming,boolean characters are used to represent true andfalse values.
在编程中,布尔字符用于表示真和假的值。
-
2. The program checks ifa variable is greater than zero usingboolean characters.
程序使用布尔字符检查变量是否大于零。
-
3. The boolean character '1'represents the value 'true', while '0' represents the value 'false'.
布尔字符'1'代表值'true',而'0'代表值'false'。