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 / ayushi rastogi
Its very easy to say that 20 hr because per hour it hops
only 1ft (3ft-2ft)for 20ft it will take 20 hr.
| Is This Answer Correct ? | 5 Yes | 21 No |
Post New Answer View All Answers
what's the basic's in dot net
write a C++ program for booking using constructor and destructor.
What is the main purpose of inheritance law?
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
How do you explain polymorphism?
What is an example of genetic polymorphism?
What are oops functions?
Can we have inheritance without polymorphism?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is the renewal class?
What is the difference between abstraction and polymorphism?
what is different between oops and c++
Why do we use polymorphism?
Why do while loop is used?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).