搜索资源列表
用接口实现大小写转换2
- 用接口实现大小写转换2-interface with two case-sensitive switch
changyonglei
- * 掌握break和continue/if-else/switch-case/成员局部变量/方法运用/数据类型转换用法 * break 终止以后所有执行过程 continue 跳出当前输出,接着继续执行下一个
348461816854
- public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31-public class month1 (public static void main (String [] args) (int
3
- Example IF-Else, Switch case, Fill array, tables
arithmetic
- this program is used to do arithmetic operations like addition,subtraction,multiplication and division..using switch case we are doing the program by giving inputs.
dkc
- 翻页效果实现特例 主要实现页面切换的动画效果等-Flip effect to achieve a special case of the main page to switch to achieve animation effects, etc.
num-to-Chinese
- Java实现阿拉伯数字转中文念法。switch case实现-Java implementation of the Arabic numerals turn Chinese read the law. switch case to achieve
fanfuwen
- 反复文 需要的可以看一下 有DO WHILE ,IF ELSE ,FOR ,Switch CASE-Wen repeated need to look at a DO WHILE, IF ELSE, FOR, Switch CASE
finally
- Switch case program using java
switch-case
- Some Java programs which help lot of java beginners to understand the basic fundamentals in Java programming.
modify_group
- switch case of a modify group
Desktop
- 实现简单计算器功能:加减乘除余。适用于初学者,采用switch-case及if-else条件语句(Realize simple calculator function: add, subtract, multiply and divide. For beginners, switch-case and if-else conditions are used.)