Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

Showing posts with label Pyramid pattern. Show all posts
Showing posts with label Pyramid pattern. Show all posts

Monday, 13 May 2019

Pyramid pattern

Question:

CASE 1:
Write a program to print Pyramid pattern using stars

CASE 2:
 Write a program to print Pyramid pattern using numbers

Solution:

CASE 1:



CASE 2: