diff --git a/Challenge questions/Readme.md b/Challenge questions/Readme.md index 908278f..b477979 100644 --- a/Challenge questions/Readme.md +++ b/Challenge questions/Readme.md @@ -40,4 +40,14 @@ Given Strings of code equations like, `"45 >= 67 56==70 30 <= 78"` and output sh ### Challenge 6 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) ### Challenge 7 +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 '#' +eg- size=7X7 + ###~### + ##~~~## + #~~~~~# + ~~~~~~~ + #~~~~~# + ##~~~## + ###~### +### Challenge 8 ***Challenge Awaits***