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
Is react oop?
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?
What is the importance of oop?
What is data binding in oops?
what is difference between class template and template class?
What language is oop?
What do you mean by overloading?
What exactly is polymorphism?
Explain the concepts involved in Object Oriented programming.
Can we override main method?
What is interface in oop?
Can you explain polymorphism?
What is multilevel inheritance explain with example?
Which language is pure oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)