Hey guys,I need to Write a program like say I input two specifications i.e. 5 & 5 it then prints out like half a triangle. Prints out 5 down & 5 across increasing by one on each new line as seen in example of *'s. Any help will be appreciated thank you.
:Example:
java Lcode 5 5 (inputs)
*
**
***
****
*****
My Code so far is only printing 5 down which Im struggling to make any progress.