Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rramon05 authored Dec 3, 2022
1 parent 7f11401 commit 6396ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06-shapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#### Respond to the following:

1. Write a plan for the following output:
```

000111222333444555666777888999
000111222333444555666777888999
000111222333444555666777888999
```
* **YOUR WRITING HERE**
* grab 3 inputs, what the biggest number in the row is going to be, then how many times a number will repeat in the row, and finally how many rows are there going to be
2. Write a plan for the following output:
Expand All @@ -18,4 +18,4 @@
999998888877777666665555544444333332222211111
999998888877777666665555544444333332222211111
```
* **YOUR WRITING HERE**
* ask the the biggest number is going to be, what is the smallest number, how rows, and how many times is a number going to repeat. And with that information program so that the rows appear as it looks above.

0 comments on commit 6396ab0

Please sign in to comment.