2013年1月16日
摘要: 2013年1月16日星期三利用for循环打印 9*9 表public class Zhouhai { public static void main(String[] args) { for(int i = 1; i <= 9; i++) { for(int j = 1; j <= i; j++) { System.out.print(i+"*"+j+"="+(i*j)+" "); } System.out.print("\n"); } }} 阅读全文
posted @ 2013-01-16 16:52 邵邵 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 2013年1月15日星期二(非编程题)将VIM安装完成后,实现在“运行”中输入“gvim”,就可以调出vim的编辑窗口。编写程序,提示用户输入年份,然后显示该年的日历表。1.2.import java.util.Scanner;public class Zhouhai { /*主函数 输入年*/ public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("请输入你要查找的年份:"); int nian = input.nextInt( 阅读全文
posted @ 2013-01-16 11:45 邵邵 阅读(259) 评论(0) 推荐(0) 编辑

淘宝美工兼职招聘