Write a program from the information below in basic c++ Guidelines: 1. Do the top half first (increasing order). 2. Do the second half as a completely separate

profileadelen
 (Not rated)
 (Not rated)
Chat

Write a program from the information below in basic c++

Guidelines:

1. Do the top half first (increasing order).

2. Do the second half as a completely separate loop.

3. Remember you'll print out "n" number of stars on a line the same way whether you are doing the top half or the bottom half!

Problem Information:

x = 4

*

**

***

****

***

**

*

    • 9 years ago
    the answer
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      the_code.txt