>
> I need the triangle to be in reverse. The assignment requires a nested
> loop to generate a triangle with the user input of how many lines.
>
> Currently, I get answers such as: (A)
>
> OOO
> OO
> O
>
> When I actually need it to be like this: (B)
>
> OOO
>OO
> O
>
Try the
I need the triangle to be in reverse. The assignment requires a nested loop to
generate a triangle with the user input of how many lines.
Currently, I get answers such as: (A)
OOO
OO
O
When I actually need it to be like this: (B)
OOO
OO
O
I need the display (A) to