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 / ramya
18 hours.
| Is This Answer Correct ? | 72 Yes | 10 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
How do you achieve runtime polymorphism?
What is the oops and benefits of oops programming?
What is the use of oops?
What are properties in oop?
What is the problem with multiple inheritance?
What is object in oops?
What is the highest level of cohesion?
How do you define social class?
what is different between oops and c++
What is oops with example?
What is object and example?
What type of loop is a for loop?
What is the advantage of oop over procedural language?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }