You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Challenge questions/Readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ Reading from a CSV file and printing all colums as rows.
38
38
### Challenge 5
39
39
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}
40
40
### 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
41
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 '#'
0 commit comments