该文被密码保护。 阅读全文
posted @ 2013-03-27 20:49 雪山一客 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:47 雪山一客 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:45 雪山一客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /*【程序14】 *题目:输入某年某月某日,判断这一天是这一年的第几天? */ import java.util.*; public class Test14 { public static void main(String[] args) { int count=0; Scanner in=new Scanner(System.in); System.out.print("请输入年:"); int year=in.nextInt(); System.out.print("请输入月:"); int month=in.nextInt(); System.o 阅读全文
posted @ 2013-03-27 20:42 雪山一客 阅读(109) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:36 雪山一客 阅读(6) 评论(0) 推荐(0) 编辑