Question: Create an algorithm by following the steps and filling out the blanks below.When you are done write the corresponding code to implement the pattern. Count
Create an algorithm by following the steps and filling out the blanks below.When you are done write the corresponding code to implement the pattern.

Count up or down? Compare number lines in columns Outer loop: for (int i = _______; ________; _______){ // TODO: draw the current rows
}

Pattern O O o o o O O O O Pseudo-code: for each of the rows do the following: draw the right amount (n1) of draw the right amount (n2) of print a new line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
