SlideShare a Scribd company logo
Problem statement__________________________________________________________________
#include<iostream.h>
int main()
{
int i,j,sp,x=1;
for(i=1;i<=4;i++,x+=2)
{
for(sp=1;sp<=4-i;sp++) cout<<" ";
for(j=1;j<=x;j++)
{
if(i>1&&i<4&&j>1&&j<x)
cout<<" ";
else
cout<<"*";
}
cout<<endl;
}
return 0;
} Out Put

More Related Content

PPTX
C++ programming pattern
PDF
Programming with GUTs
PPTX
PDF
Binary search tree exact match - illustrated walkthrough
PDF
Introducción a Elixir
PDF
Notes for C Programming for MCA, BCA, B. Tech CSE, ECE and MSC (CS) 5 of 5 by...
PDF
Notes for C++ Programming / Object Oriented C++ Programming for MCA, BCA and ...
C++ programming pattern
Programming with GUTs
Binary search tree exact match - illustrated walkthrough
Introducción a Elixir
Notes for C Programming for MCA, BCA, B. Tech CSE, ECE and MSC (CS) 5 of 5 by...
Notes for C++ Programming / Object Oriented C++ Programming for MCA, BCA and ...

What's hot (19)

PPTX
Lecture 2: arrays and pointers
PPS
pointers 1
PDF
C++ L04-Array+String
PDF
C++ L07-Struct
PPT
Boost.Interfaces
PDF
Notes for C Programming for MCA, BCA, B. Tech CSE, ECE and MSC (CS) 3 of 5 b...
PDF
c programming
PDF
The Art Of Parsing @ Devoxx France 2014
PPT
Verilog lect 7
PPT
PDF
c programming
PDF
C++ L03-Control Structure
DOC
Ip project
PDF
1. Pointer Basic
PDF
What Have The Properties Ever Done For Us
TXT
STOCK APPLICATION USING CORBA
PDF
Dpsm simu.cpp
PDF
Binary search: illustrated step-by-step walk through
Lecture 2: arrays and pointers
pointers 1
C++ L04-Array+String
C++ L07-Struct
Boost.Interfaces
Notes for C Programming for MCA, BCA, B. Tech CSE, ECE and MSC (CS) 3 of 5 b...
c programming
The Art Of Parsing @ Devoxx France 2014
Verilog lect 7
c programming
C++ L03-Control Structure
Ip project
1. Pointer Basic
What Have The Properties Ever Done For Us
STOCK APPLICATION USING CORBA
Dpsm simu.cpp
Binary search: illustrated step-by-step walk through
Ad

More from Syed Umair (20)

TXT
Assignement code
DOCX
Tree 4
DOCX
Title page
DOCX
DOCX
DOCX
DOCX
Perception
DOCX
New microsoft office word document
DOCX
New microsoft office word document (2)
DOCX
DOCX
C++ 4
DOCX
DOCX
Assignement of programming & problem solving
DOCX
Assignement of discrete mathematics
DOCX
DOCX
DOCX
Assignment c++12
DOCX
Assignement of discrete mathematics
DOCX
Assignement c++
DOCX
Truth table a.r
Assignement code
Tree 4
Title page
Perception
New microsoft office word document
New microsoft office word document (2)
C++ 4
Assignement of programming & problem solving
Assignement of discrete mathematics
Assignment c++12
Assignement of discrete mathematics
Assignement c++
Truth table a.r
Ad

Recently uploaded (20)

PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Pharma ospi slides which help in ospi learning
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Business Ethics Teaching Materials for college
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Final Presentation General Medicine 03-08-2024.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
TR - Agricultural Crops Production NC III.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Renaissance Architecture: A Journey from Faith to Humanism
O5-L3 Freight Transport Ops (International) V1.pdf
Pre independence Education in Inndia.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Classroom Observation Tools for Teachers
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Pharma ospi slides which help in ospi learning
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
102 student loan defaulters named and shamed – Is someone you know on the list?
Business Ethics Teaching Materials for college
Microbial diseases, their pathogenesis and prophylaxis
2.FourierTransform-ShortQuestionswithAnswers.pdf
Basic Mud Logging Guide for educational purpose
Final Presentation General Medicine 03-08-2024.pptx

Prog