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

C++ program to print a pattern of letter F #355

Closed Blankita21 closed 2 years ago

Blankita21 commented 2 years ago

Issue Id you have worked upon -

328

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) -


f2


f1


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 -