会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
可乐ohh
博客园
首页
新随笔
联系
管理
订阅
2019年4月3日
Java第一次实训
摘要: Java第一次实训 1.声明一个整型变量a,并赋初值5,在程序中判断a是奇数还是偶数,然后输出判断的结果。 附代码: public class no1 { public static void main(String[] args) { int a=4; if(a%2==0) { System.ou
阅读全文
posted @ 2019-04-03 15:31 可乐ohh
阅读(162)
评论(0)
推荐(0)
公告