Write a program to accept a number and to print numbers in
pyramid format?
for eg:for a no. 5
1
212
32123
4321234
543212345
Answer Posted / fekedabekele
write program using java
1
212
32123
3421234
234512345
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is a class and object?
What is data binding in oops?
What is encapsulation oop?
What is the oops and benefits of oops programming?
What is polymorphism what are the different types of polymorphism?
Get me an image implementation program.
What are main features of oop?
What is the point of polymorphism?
What is the significance of classes in oop?
What do you mean by variable?
Who invented oop?
What is the highest level of cohesion?
What is the purpose of polymorphism?
What is destructor oops?
What is abstraction in oops with example?