Hi,
I need help. Im new to java and am trying to figure something out.
I want to create a pattern loop where the user enters the number of rows to output and also what to output.
e.g
How many rows: 5
Character to be printed: X
X
XX
XXX
XXXX
XXXXX
Would anyone have any clue where i start or show me the coding to help me understand better??
Thanks