Skip to content

Commit aec9199

Browse files
Update Readme.md
1 parent 6ab9cb8 commit aec9199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Challenge questions/Readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ Write a program that converts text written numbers (Ex: Thirty-One) to its numer
4242
### Challenge 7
4343
WAP that inputs the length and breadth of a sheet, this sheet should be made of a diamond design with '~' and the rest of the corners should be filled with '#'
4444
eg- size=7X7
45+
```
4546
###~###
4647
##~~~##
4748
#~~~~~#
4849
~~~~~~~
4950
#~~~~~#
5051
##~~~##
5152
###~###
53+
```
5254
### Challenge 8
5355
***Challenge Awaits***

0 commit comments

Comments
 (0)