• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Howareyou?
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2016年6月23日

学习c的第6天2
摘要: #include <stdio.h> #include <math.h> int main() { float num; printf("请输入该生当月的消费额:\n"); scanf("%f",&num); if (num>=0) { if (num==0) { printf("零消费。\n"); 阅读全文
posted @ 2016-06-23 18:16 Howareyou? 阅读(182) 评论(0) 推荐(0)
 
c语言学习的第6天
摘要: #include <stdio.h> int main() { int x=100; if(x==0) { printf("x等于0\n"); printf("x不等于1\n"); } printf("程序结束\n"); return 0; } 输出程序结束 #include <stdio.h> i 阅读全文
posted @ 2016-06-23 14:49 Howareyou? 阅读(250) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3