微信公众号
手机网站
就业/招聘小程序
咨询电话: 010-66083178(工作日8:30-17:30) 请登录 注册
联系我们
联系人:王秀秀
010 -66083178
www.qxwq.org.cn 
北京市西城区广安门
内广义街5号广益大厦
大赛作品详情

作品名称:图书管理系统
学校名称:青岛滨海学院
参赛队伍:BH
参赛学生:李维杰 王硕  

详细说明
/*
 * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
 */

/**
 *
 * @author lwj13
 */
public class NewClass2 {
      public static void main(String[] args) {
            for(int i=1;i<=4;i++){
                for(int j=4; i<=j; j--)
                    System.out.print(" ");
                for(int j=1; j<=i; j++)
                    System.out.print("*");
                for(int j=1; j<i; j++)
                    System.out.print("*");
                System.out.println();
            }  
    }
    
}
找人才
千校人才小程序
找工作
万企岗位小程序
一键咨询
注册简历
查询
资料下载
返回顶部