摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 计算一个班的平均分 */public class AvgScore { public stat... 阅读全文
posted @ 2016-11-04 23:11
穆雄雄
阅读(123)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 计算一个班的平均分 */public class AvgScore { public static void main(String args[]){ int[] score ... 阅读全文
posted @ 2016-11-04 23:10
穆雄雄
阅读(281)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 计算一个班的平均分 */public class AvgScore { public stat... 阅读全文
posted @ 2016-11-04 23:10
穆雄雄
阅读(149)
评论(0)
推荐(0)
摘要:
package cn.jbit.array;import java.util.*;public class Insert { public static void main(String[] args) { //字符排序 char[] chars = new char[9]; char... 阅读全文
posted @ 2016-11-04 23:09
穆雄雄
阅读(1642)
评论(0)
推荐(1)
摘要:
package cn.jbit.array;import java.util.*;public class Insert { public static void main(String[] args) { /... 阅读全文
posted @ 2016-11-04 23:09
穆雄雄
阅读(57)
评论(0)
推荐(0)
摘要:
package cn.jbit.array;import java.util.*;public class Insert { public static void main(String[] args) { /... 阅读全文
posted @ 2016-11-04 23:09
穆雄雄
阅读(85)
评论(0)
推荐(0)
摘要:
package cn.jbit.array;import java.util.Arrays;public class CharsSort { /** * 字符逆序输出 */ public static voi... 阅读全文
posted @ 2016-11-04 23:08
穆雄雄
阅读(214)
评论(0)
推荐(0)
摘要:
package cn.jbit.array;import java.util.Arrays;public class CharsSort { /** * 字符逆序输出 */ public static void main(String[] args) { char[] chars = ne... 阅读全文
posted @ 2016-11-04 23:07
穆雄雄
阅读(1580)
评论(0)
推荐(0)
摘要:
package cn.jbit.array;import java.util.Arrays;public class CharsSort { /** * 字符逆序输出 */ public static voi... 阅读全文
posted @ 2016-11-04 23:07
穆雄雄
阅读(77)
评论(0)
推荐(0)
摘要:
将博客搬至CSDN, 博客园的博客主要是遇到的概念以及笔记,CSDN则是遇到的代码,二者结合起来完美无瑕!!! 阅读全文
posted @ 2016-11-04 22:37
穆雄雄
阅读(133)
评论(0)
推荐(0)