Hi, welcome to the ranch!
You'll find we don't directly answer questions like this in the beginner forum, but try to lead you to discover something new on your own.
Your program is going to print some number of rows. Let's figure there will be a loop that executes for each row. And it's going to print some number of stars in each row. Sounds like another loop for stars inside each row.
Can you express the number of stars as some relation to the row number? First row: one. Second row: two ... it's coming to me.
Now start some code and let us see what you get! Are you comfortable writing a main() method? Doing a for loop? Let us know where you are and where you're stuck and we'll go from there!
[ October 17, 2005: Message edited by: Stan James ]