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

Letter E #352

Closed Blankita21 closed 2 years ago

Blankita21 commented 2 years ago

C++ program to print a pattern of letter E

Issue Id you have worked upon -

327

Briefly explain your program logic -

I used basic programming logic of nested for loops and if-else statements to print the desired pattern.

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

327

e1
e2

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 -

SarthakKeshari commented 2 years ago

@Blankita21, Kindly comment you code in logical sections and create a new PR for F and use the above screenshots of F

Blankita21 commented 2 years ago

@Blankita21, Kindly comment you code in logical sections and create a new PR for F and use the above screenshots of F

Added the comments in the logical section and removed the contents related to the F pattern.