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 / nagashree bhradwaj
even i faced d same ques but i dint ve 20hr as d opt ans so
i thought of 18hr..
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is constructor overloading in oop?
What is oops?what is its use in software engineering?
What is polymorphism and example?
Is oop better than procedural?
What is object and example?
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?
What is class in oop with example?
Can an interface inherit a class?
Is abstract thinking intelligence?
What is the highest level of cohesion?
How is class defined?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What makes a language oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation c#?