Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4486619

Browse files
add question6
1 parent 93067ce commit 4486619

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎Challenge questions/Readme.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ 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+
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 '#'
42+
eg- size=7X7
43+
###~###
44+
##~~~##
45+
#~~~~~#
46+
~~~~~~~
47+
#~~~~~#
48+
##~~~##
49+
###~###
50+
4151
***Challenge Awaits***

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /