2019年4月28日
摘要: import java.util.Scanner;public class LingXing { public static void main(String[] args){ int a; int b; System.out.println("请输入:"); Scanner in = new Sc 阅读全文
posted @ 2019-04-28 20:55 挽安111 阅读(423) 评论(0) 推荐(0) 编辑
摘要: public class Tao { public static void main(String[] args) { int sum=0; int a = 1; for(int i=1;i<10;i++){ a = (a+1)*2; sum = a; } System.out.println("第 阅读全文
posted @ 2019-04-28 20:54 挽安111 阅读(2149) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;public class San { San() { } public static void main(String[] args) { double a; double b; double c; System.out.println("请输入三个 阅读全文
posted @ 2019-04-28 20:53 挽安111 阅读(1162) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException;public class ZhiFuChuan { public static void main(String[] args)throws IOException{ char ch = (char)System.in.read(); if(ch 阅读全文
posted @ 2019-04-28 20:24 挽安111 阅读(3851) 评论(0) 推荐(0) 编辑