There are 2 empty jars of 5 and 3 liters capacity. And a
river is flowing besides. I want to measure 4 liters of
wanter using these 2 jars. How do you do this?
Answer Posted / udd
1)3l jar=0,5l jar=5
2)3l jar=3,5l jar=2
3)3l jar=0,5l jar=2
4)3l jar=2,5l jar=0
5)3l jar=2,5l jar=5
6)3l jar=3,5l jar=4
Express your answer clearly ...Mr.answ2
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance explain with example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What are the 3 principles of oop?
How do you achieve runtime polymorphism?
What is interface in oop?
Can bst contain duplicates?
Why do we need oop?
officer say me - i am offered to a smoking , then what can you say
Write a program to reverse a string using recursive function?
What is abstraction encapsulation?
Why is abstraction needed?
What is the purpose of enum?
What is the main purpose of inheritance law?
What does I oop mean?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?