9-4第二次简单实验

来源:互联网 发布:php 获取客户端ip 编辑:程序博客网 时间:2024/06/06 01:57
/*   *Copyright (c)2015,淮 *All rights reserved.   *文件名称:Welcome.java   *作    者:张巍巍   *完成日期:2015年9月4日   *版 本 号:v1.0   *   *问题描述:编写程序,显示下面的图案 *程序输入:无。  *程序输出:显示Java图案 */ public class Welcome {public Welcome() {// TODO Auto-generated constructor stub}public static void main(String[] args) {// TODO Auto-generated method stubSystem.out.println("    i     l         h     h     ");System.out.println("    i     l         h     h     ");System.out.println("    i     l         h h h h     ");System.out.println("    i     l         h     h     ");System.out.println("    i     l l l l   h     h     ");}}

0 0
原创粉丝点击