monkey starts climbing up a tree 20ft tall,each hour ,it
hops 3ft and slips back by 2ft .how much time it wil tak to
reach top of the tree?
Answer Posted / madhu
really it takes 18hrs.
Explanation: 17fts in 17hrs,
after 18th hr it climbs 3fts. So it reaches 20fts in 18hrs
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
#include
Why is oop useful?
Can we override main method?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is polymorphism what is it for and how is it used?
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?
What is constructor in oop?
What is the point of oop?
Advantage and disadvantage of routing in telecom sector
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is inheritance in oop?
Which language is not a true object oriented programming language?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
what are the ways in which a constructors can be called?
write a program to find 2^n+1 ?