Use a nested loop in java that produces this output:
*
**
***
****
*****
but so that they're pointing left instead of right. (So that if it was a staircase, the steps would be
going up the left side)

Use a nested loop in java that produces this output.pdf

  • 1.
    Use a nestedloop in java that produces this output: * ** *** **** ***** but so that they're pointing left instead of right. (So that if it was a staircase, the steps would be going up the left side)