-
-
Couldn't load subscription status.
- Fork 122
A ZigZag Pattern Program #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
A Pattern Program that take input in the form of rows and columns and prints the program in a zigzag pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment out the question/concept above code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept :
Take input from user
Inoput no. of rows
Input no. of columns
Output :
no. from one to n , till the given no, of column
sstop the line at the given row and start the pattern again from the next column.
@TheGuyDangerous You have to put this inside program files by commenting out. see other files of that folder
added comments inside the program
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the comment regarding concept
Uh oh!
There was an error while loading. Please reload this page.
A Pattern Program that take input in the form of rows and columns and prints the program in a zigzag pattern.