摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static... 阅读全文
posted @ 2016-11-04 23:24
穆雄雄
阅读(98)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static void main(String[] args) { int rows = 0;... 阅读全文
posted @ 2016-11-04 23:23
穆雄雄
阅读(458)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印菱形 */public class Diamond { public static... 阅读全文
posted @ 2016-11-04 23:23
穆雄雄
阅读(182)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) {... 阅读全文
posted @ 2016-11-04 23:22
穆雄雄
阅读(88)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) { int way = 1; //买法 int k = 0; //雏鸡数 for... 阅读全文
posted @ 2016-11-04 23:21
穆雄雄
阅读(420)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;public class Chook { /** * 百钱买百鸡 */ public static void main(String[] args) {... 阅读全文
posted @ 2016-11-04 23:21
穆雄雄
阅读(88)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;/** * 打印九九乘法表 */public class MulTable { public static void main(String[] args)... 阅读全文
posted @ 2016-11-04 23:18
穆雄雄
阅读(110)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印等腰三角形 */public class IsoTriangle { public... 阅读全文
posted @ 2016-11-04 23:17
穆雄雄
阅读(51)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;/** * 打印九九乘法表 */public class MulTable { public static void main(String[] args)... 阅读全文
posted @ 2016-11-04 23:17
穆雄雄
阅读(39)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印等腰三角形 */public class IsoTriangle { public... 阅读全文
posted @ 2016-11-04 23:17
穆雄雄
阅读(122)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;/** * 打印九九乘法表 */public class MulTable { public static void main(String[] args) { int rows = 9; //乘法表的行数 for(int i... 阅读全文
posted @ 2016-11-04 23:17
穆雄雄
阅读(425)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印等腰三角形 */public class IsoTriangle { public static void main(String[] args) { int ro... 阅读全文
posted @ 2016-11-04 23:17
穆雄雄
阅读(1402)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印倒直角三角形 */public class InvertRTriAngle { public static void main(String[] args) { i... 阅读全文
posted @ 2016-11-04 23:16
穆雄雄
阅读(2219)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印倒直角三角形 */public class InvertRTriAngle { p... 阅读全文
posted @ 2016-11-04 23:16
穆雄雄
阅读(93)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印倒直角三角形 */public class InvertRTriAngle { p... 阅读全文
posted @ 2016-11-04 23:16
穆雄雄
阅读(170)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印直角三角形 */public class RTriAngle { public s... 阅读全文
posted @ 2016-11-04 23:15
穆雄雄
阅读(288)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印直角三角形 */public class RTriAngle { public static void main(String[] args) { int rows... 阅读全文
posted @ 2016-11-04 23:14
穆雄雄
阅读(2834)
评论(0)
推荐(0)
摘要:
package cn.jbit.nestedloops;import java.util.Scanner;/** * 输入行数打印直角三角形 */public class RTriAngle { public s... 阅读全文
posted @ 2016-11-04 23:14
穆雄雄
阅读(122)
评论(0)
推荐(0)
摘要:
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)