165k views
0 votes
Guys can u guys help me write the program plz

Guys can u guys help me write the program plz-example-1
Guys can u guys help me write the program plz-example-1
Guys can u guys help me write the program plz-example-2
User JP Alioto
by
4.5k points

1 Answer

5 votes

public class MyProgram{

public static void main(String [] args){

System.out.println("*****");

System.out.println(" ****");

System.out.println(" ***");

System.out.println(" **");

System.out.println(" *");

}

}

That's all there is to it. I hope this helps!

User Hot Zellah
by
4.9k points