20% of a 6 litre solution and 60% of 4 litre solution are
mixed what the % of mixture of solution it is resulted into?
Answers were Sorted based on User's Feedback
Answer / kalyan chukka
Ans : 3.6 lt
20% of 6 lit solution = 20/100 x 6 = 1.2 lt
60% of 4 lit solution = 60/100 x 4 = 2.4 lt
Ans= 1.2+2.4 = 3.6 lt
| Is This Answer Correct ? | 21 Yes | 2 No |
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Write pseudo code for push in a stack?
What is methods in oop?
What is object and example?
Difference between new operator and operator new
how to swap to variables without using thrid variable in java?
what type of questions
How would you stop a class from class from being derived or inherited.
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
Have you ever used threads?
what is oops