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
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Which language is pure oop?
What is the important feature of inheritance?
Is data hiding and abstraction same?
What is inheritance write a program to show use of inheritance?
How long to learn object oriented programming?
What is abstraction in oop?
What is polymorphism explain?
What is pointer in oop?
What is object-oriented programming? Webopedia definition
Is html an oop?
What is a class and object?
Why do while loop is used?
Why is polymorphism used?
when to use 'mutable' keyword and when to use 'const cast' in c++