1樓:百小度
/*整形值的判斷要用數字去比較的,否則0就是false,其它的都是true*/
#include
void main()
else if( d==1 )
else}
2樓:匿名使用者
b和c是整數啊!
你要判斷a有沒有分數,b有沒有文憑,c是不是健康?
你確定了資料存在才能才能直接用if來判斷。
建議:a被輸入後,判斷輸入的a值存在不?,然後if(a > 500)/* 成績合格 */a = 1;
else
a = 0;
b被輸入後,判斷輸入的b值存在不?,然後
if(b ....) /* 這裡判斷b滿足不滿足要求的 */b = 1;/* 符合要求 */
else
b = 0;/* 不符合要求 */
c同b是一樣的。
建議你要養成寫程式的時候多加些debug資訊和出錯判斷。
3樓:
"b被輸入後,判斷輸入的b值存在不?"
這個該如何判斷是否存在b值呀?
新手求教.
4樓:
#include
void main()
else}
5樓:扌查fit人
定義那裡,改成:int a = 0,char b = null,char c = null;
再把那句判斷語句改一下看看
if((a>500)&&(b=="高中")&&(c=="是"))
6樓:
先寫一下你執行後 寫的什麼條件
這個要求是同時錄入a,b,c 3項,而且都正確的情況下才能正確的, 如果只錄入一項, 其它的沒錄入就是0,那就不成功。
一道C程式設計題一道C程式設計題
include using namespace std class dif dif int lw,int hi 建構函式,用引數lw和hi分別初始化low和high int isdiff int y void process void show int dif isdiff int y 判斷引數y的...
關於c 一道程式設計題,見下圖,一道C 程式設計題
黑丶雨 include include class mystring char str size type thesize size type maxsize public mystring str nullptr thesize 0 maxsize 0 mystring const char s ...
一道彙編程式設計題求解
發到embeddedstar gmail.com 中的信被系統退回。只好把原程式貼這了。data segment msg1 db please input a string msgd db 0dh,0ah,the number of digit is msgl db 0dh,0ah,the numb...