聯(lián)系我們
聯(lián)系人:王秀秀
電話:010 -66083178
網(wǎng)址:www.ruansai.cn
地址:北京市西城區(qū)廣安門(mén)
內(nèi)廣義街5號(hào)廣益大廈
大賽作品詳情
作品名稱:圖書(shū)管理系統(tǒng)
學(xué)校名稱:青島濱海學(xué)院
參賽隊(duì)伍:BH
參賽學(xué)生:李維杰 王碩
詳細(xì)說(shuō)明
/*
* 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();
}
}
}
* 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();
}
}
}