标题:c语音表白程序
取消只看楼主
luo289216932
Rank: 1
等 级:新手上路
帖 子:3
专家分:2
注 册:2018-11-7
结帖率:0
已结贴  问题点数:20 回复次数:1 
c语音表白程序
c语音表白程序

int main(int argc, char** argv)
{ char c;
  printf("Please enter a or b or c to test your feelings for me A love B not C don't know:");
  scanf("%c",&c);
  if(c=='a')
       printf("And I love you forever\n");
  else if(c=='b')
       printf("I will continue to protect you\n");
  else if(c=='c')
       printf("I will show you that I love you\n");
  else
       printf("This option is not available and I kissed you\n");                  
    return 0;
}
搜索更多相关主题的帖子: 语音 char printf not if 
2018-11-07 12:33
luo289216932
Rank: 1
等 级:新手上路
帖 子:3
专家分:2
注 册:2018-11-7
得分:0 
回复 2楼 Tomorrw_I
谢谢

不是我淫荡,而是我找不到矜持的方向
2018-11-09 14:20



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-491052-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.174059 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved