SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

Added butterfly Pattern.cpp #475

Closed suranaakshat02 closed 2 years ago

suranaakshat02 commented 2 years ago

Choose your form and fill it -

1. Form 1(C++ Solution contributors)

2. Form 2(C++ Documentation Contributors)


1) Form 1

Issue Id you have worked upon -

409

Briefly explain your program logic -

I have worked on basic concepts and pattern logics It is made with the help of for loop.

Screenshots(Attach 2 screenshots of your own input and output) -

Input

Output


Checklist:

Eg - If your code follow the below guidelines. Kindly change [] to [x]

All the conditions should be fulfilled for considering your code for merging -


2) Form 2

Issue Id you have worked upon -

Kindly write your answer here


Checklist:

Eg - If your code follow the below guidelines. Kindly change [] to [x]

All the conditions should be fulfilled for considering your Pull Request for merging -

suranaakshat02 commented 2 years ago

I added a butterfly Pattern.cpp program to Pattern Printing, which is helpful to clear logics and concepts of pattern program. Kindly check this...

suranaakshat02 commented 2 years ago

Question Description:- Take A input From User and Print Butterfly Pattern using for loop.

suranaakshat02 commented 2 years ago

Now I added question description as first comment to solution file and also added comments to the code. Kindly accept this PR.