摘要: && 逻辑与--条件语句中有一个值为假,即全假。|| 逻辑或--条件语句中有一个值为真,即全真。 #include <stdio.h>#include <windows.h> int main(int argc, char* argv[]){ int a; a = 61; if (a >=60 || 阅读全文
posted @ 2018-05-01 12:09 blck 阅读(10661) 评论(0) 推荐(1) 编辑