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

Add code to print letter C pattern. (Fixes Issue #326) #348

Closed ilimugur closed 2 years ago

ilimugur commented 2 years ago

Issue #326

There are 4 repeating string patterns in a particular order. Defining those patterns, along with the order of repetition, the code achieves printing the letter C, as asked by the issue.

image


Checklist:

SarthakKeshari commented 2 years ago

@ilimugur, Kindly refer your PR #345