Skip to content

Commit f01f192

Browse files
authored
Update Readme.md
1 parent 93067ce commit f01f192

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
@@ -38,4 +38,6 @@ 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
***Challenge Awaits***

0 commit comments

Comments
 (0)