摘要: package C; public class Sushu { public static void main(String[] args) { int sum=0; for (int i = 101; i < 201; i++) { for (int j = 2; j <=i; j++) { if 阅读全文
posted @ 2016-06-12 16:51 凌零聆 阅读(7005) 评论(1) 推荐(1) 编辑
摘要: 1、 查询Student表中的所有记录的Sname、Ssex和Class列。 2、 查询教师所有的单位即不重复的Depart列。 3、 查询Student表的所有记录。 4、 查询Score表中成绩在60到80之间的所有记录。 阅读全文
posted @ 2016-06-12 16:16 凌零聆 阅读(4590) 评论(0) 推荐(0) 编辑
摘要: package C; import java.util.*; public class Jiangjin { public static void main(String[] args) { System.out.println("输入当月利润:"); Scanner a=new Scanner(S 阅读全文
posted @ 2016-06-12 14:10 凌零聆 阅读(623) 评论(0) 推荐(0) 编辑