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 / rahul mool
the answer is 18 hours
At the 18th hour, it will reach the top and then slide 2 ft
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
What do you mean by overloading?
When not to use object oriented programming?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Write a c++ program to display pass and fail for three student using static member function
what are the different types of qualifier in java?
What is object in oop with example?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is overloading in oop?
What is polymorphism and example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is object and class in oops?
what is the drawback of classical methods in oops?
what are the realtime excercises in C++?