2017年4月12日

10章作业(全)

摘要: import java.util.Scanner; public class Bh { public static void main(String[] args) { Scanner input = new Scanner(System.in); int max = 9999; int min = 阅读全文

posted @ 2017-04-12 11:16 LWJDD 阅读(130) 评论(0) 推荐(0)

最大最小值得判断代码

摘要: import java.util.Scanner; public class Test12 { public static void main(String[] args) { Scanner input = new Scanner(System.in); int[] news = new int[ 阅读全文

posted @ 2017-04-12 09:41 LWJDD 阅读(156) 评论(0) 推荐(0)

等腰三角形的代码及各类代码

摘要: import java.util.Scanner; public class Dy {public static void main(String[] args) { Scanner input=new Scanner(System.in); System.out.println("请输入行数:") 阅读全文

posted @ 2017-04-12 08:56 LWJDD 阅读(1914) 评论(0) 推荐(0)

ATM机的代码(作业)

摘要: import java.util.Scanner; public class ATMDemo { /** * 简单ATM机取款过程模拟 */ public static void main(String[] args) { String pass = ""; // 保存用户输入密码 int amou 阅读全文

posted @ 2017-04-12 08:32 LWJDD 阅读(1556) 评论(0) 推荐(0)

导航