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
Can abstract class have normal methods?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why is polymorphism important in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is methods in oop?
What is encapsulation in oops?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
How does polymorphism work?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
how to get the oracle certification? send me the answer
What is the example of polymorphism?
What is coupling in oops?
Why it is called runtime polymorphism?
What do you mean by variable?
What is inheritance in oop?