Skip to content
scienthoon edited this page Jan 26, 2019 · 1 revision

package yh20190126;

public class test9 {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		System.out.println("*");
		System.out.println("**");
		System.out.println("**");
		System.out.println("***");
		System.out.println("****");
	}

}

Clone this wiki locally