Pattern Displays
Write a program that uses a loop to display Pattern A below, followed by another loop that displays Pattern B.
Pattern A | Pattern B |
+ | ++++++++++ |
++ | +++++++++ |
+++ | ++++++++ |
++++ | +++++++ |
+++++ | ++++++ |
++++++ | +++++ |
+++++++ | ++++ |
++++++++ | +++ |
+++++++++ | ++ |
++++++++++ | + |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.