问答详情
源自:3-9 三目运算符

哪里不对呀

#include <stdio.h>

int main()

{

    double money = 12; 

    double cost = 11.5;  

    printf("小编能不能打车回家呢:"); 

    printf("%c\n" , money>=cost ? 'y' : 'n');    

    return 0;

}


提问者:修炼中呢 2020-02-12 15:58

个回答

  • 小神0x00
    2020-02-12 16:31:05

    http://img1.mukewang.com/5e43b7a70001674a12840612.jpg冒号的问题,英文状态下输入