Skip to content

Commit fd37478

Browse files
Merge branch 'master' into master
2 parents 4486619 + 54c97eb commit fd37478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Challenge questions/Readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Reading from a CSV file and printing all colums as rows.
3838
### Challenge 5
3939
Given Strings of code equations like, `"45 >= 67 56==70 30 <= 78"` and output should be binary `"0 0 1"` { input is seprated with space and output should be on new line}
4040
### Challenge 6
41+
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)
42+
### Challenge 7
4143
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 '#'
4244
eg- size=7X7
4345
###~###
@@ -47,5 +49,5 @@ eg- size=7X7
4749
#~~~~~#
4850
##~~~##
4951
###~###
50-
52+
### Challenge 8
5153
***Challenge Awaits***

0 commit comments

Comments
 (0)