慕九州0592757
2019-03-06 18:06
#include
int main() { //定义小编兜里的钱 double money = 12 ; //定义打车回家的费用 double cost = 11.5 ; printf("小编能不能打车回家呢:"); //输出y小编就打车回家了,输出n小编就不能打车回家 printf( "%c\n", cost<=money ? "y" :"n" ); return 0; }字符要用单引号‘’括起来而不是双引号“”
字符要用单引号‘’括起来而不是双引号“”
C语言入门
926026 学习 · 20793 问题
相似问题