Skip to content

Commit 6ab9cb8

Browse files
Merge pull request #10 from tinyfiddle4864/master
added question 7
2 parents 54c97eb + fd37478 commit 6ab9cb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Challenge questions/Readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,14 @@ Given Strings of code equations like, `"45 >= 67 56==70 30 <= 78"` and output sh
4040
### Challenge 6
4141
Write a program that converts text written numbers (Ex: Thirty-One) to its numeric form (Ex: 31) and perform the opposite. Input: 31 Output: (Thirty-One)
4242
### Challenge 7
43+
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 '#'
44+
eg- size=7X7
45+
###~###
46+
##~~~##
47+
#~~~~~#
48+
~~~~~~~
49+
#~~~~~#
50+
##~~~##
51+
###~###
52+
### Challenge 8
4353
***Challenge Awaits***

0 commit comments

Comments
 (0)