Skip to content

Commit 4874285

Browse files
authored
Update Day 7.md
1 parent 1efc066 commit 4874285

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Status/Day 7.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
> **_Define a class with a generator which can iterate the numbers, which are divisible by 7, between a given range 0 and n._**
66
7+
> **_Suppose the following input is supplied to the program:_**
8+
9+
```
10+
7
11+
```
12+
13+
> **_Then, the output should be:_**
14+
15+
```
16+
0
17+
7
18+
14
19+
```
720
---
821

922
### Hints:

0 commit comments

Comments
 (0)