Answer Posted / shani jaiswal
#include <iostream.h>
int main()
{
int a,b,c,d=5,e=1,f=3;
for(c=1;c<=d;c++)
{
for(a=0;a<f;a++)
cout<<" ";
for(b=0;b<e;b++)
cout<<"* ";
cout<<'\n';
d--;
e++;
f--;
}
return 0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the fundamental idea of oop?
Which language is pure oop?
What are the important components of cohesion?
What is polymorphism and why is it important?
• What are the desirable attributes for memory managment?
How do you define social class?
what are the realtime excercises in C++?
What is a class oop?
What is abstraction in oops?
What does and I oop mean in text?
What are two types of polymorphism?
What is encapsulation in simple terms?
What are the 5 oop principles?
Why do we use class?
What is abstraction encapsulation?