JAVADay04内容

复习: 一、语句 1》赋值语句 x = 9; 2》方法调用语句 System.out.prinln(); stu.student(); MAth.max(); 3》import,package 4》分支: if ,switch if(boolean){}无括号只执行if后的一句 if语句中不可定义变量2 switch (byte,short,int,char,String,enum) 5》循环 f
相关文章
相关标签/搜索