摘要: import java.util.Scanner; public class ifs{ public static void main(String args[]){ Scanner in=new Scanner(System.in); System.out.println("请问你的性别是(男或女 阅读全文
posted @ 2016-06-13 22:57 Root+😄 阅读(586) 评论(0) 推荐(0)
摘要: import java.util.*;public class ifs { public static void main(String args[]){ Scanner in=new Scanner(System.in); System.out.println("请输入成绩"); int A=in 阅读全文
posted @ 2016-06-13 21:01 Root+😄 阅读(541) 评论(0) 推荐(0)