精品一区二区中文在线,无遮挡h肉动漫在线观看,国产99视频精品免视看9,成全免费高清大全

c語言:條件表達式的應用 -電腦資料

電腦資料 時間:2019-01-01 我要投稿
【salifelink.com - 電腦資料】

    條件表達式的應用

   

#include <stdio.h>int main(){int a,b;printf("請輸入a的值:");scanf("%d",&a);(a > 5) ? (b = 3) :( b = -3);printf("%d\n",b);return 0;}

    結果:

    請輸入a的值:6

    3

    請按任意鍵繼續. . .

最新文章