coderz.py

Keep Coding Keep Cheering!

Diamond Pattern Using Numbers

Program code: Output: Note: also read about Floyd’s Triangle Follow Me Please follow me to read my latest post on programming and technology if you like my post. https://www.instagram.com/coderz.py/ https://www.facebook.com/coderz.py Rabecca FatimaStaying up to the mark is what defines me. Hi all! I’m Rabecca Fatima a keen learner, great enthusiast, ready to take new challenges as […]

November 8, 2022 | C++ | No comments

Floyd’s Triangle

Floyd’s triangle is a triangular array of natural numbers and it is named after Robert Floyd, a renowned computer scientist popularly known for the design of the Floyd–Warshall algorithm. Program code: Output: Note: also read about Pascals triangle. Follow Me Please follow me to read my latest post on programming and technology if you like my post. https://www.instagram.com/coderz.py/ […]

November 8, 2022 | C++ | No comments

Pascals triangle

Pascals triangle is a triangular array of binomial coefficients. The numbers outside Pascals triangle are all “0”. These “0s” are very important for the triangular pattern to work to form a triangular array. The triangle starts with a number “1” above, and any new number added below the upper number “1” is just the sum […]

November 8, 2022 | C++ | No comments

Christmas Tree Pattern

C++ programming using “*” for Christmas Tree Pattern Program code: Output: Note: also read about Pattern Program Using Star Follow Me Please follow me to read my latest post on programming and technology if you like my post. https://www.instagram.com/coderz.py/ https://www.facebook.com/coderz.py Rabecca FatimaStaying up to the mark is what defines me. Hi all! I’m Rabecca Fatima a […]

November 7, 2022 | C++ | No comments

Numeric 1-121-12321 Pyramid Pattern

In this program, we use numbers to generate a pyramid-like pattern. And numbers follow a pattern similar to this: 1 in the first line, 121 in the second line, 12321 in the third line, and so on. Program code: Output: Note: also read about Pattern Program Using Star Follow Me Please follow me to read my […]

November 7, 2022 | C++ | No comments

Pattern Program Using Star

 C++ implementation for pattern printing. Pattern 1: Program code: Output: Pattern 2: Program code: Output: Pattern 3: Program code: Output: Pattern 4: Program code: Output: Note: also read about Sum Of Series 1 + 2 + 4 + 8 + 16 + 32 + . . n Follow Me Please follow me to read my latest […]

November 7, 2022 | C++ | No comments

Advertisement